#BF3EFF

Color #BF3EFF Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #BF3EFF

Tints of Medium Orchid #BF3EFF

Color information

#BF3EFF (or 0xBF3EFF) is unknown color: approx Medium Orchid. HEX triplet: BF, 3E and FF. RGB value is (191,62,255). Sum of RGB (Red+Green+Blue) = 191+62+255=508 (67% of max value = 765). Red value is 191 (75% from 255 or 37.60% from 508); Green value is 62 (24.61% from 255 or 12.20% from 508); Blue value is 255 (100% from 255 or 50.20% from 508); Max value from RGB is 255 - color contains mainly: blue. Hex color #BF3EFF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BF3EFF is #40C100. Grayscale: #797979. Windows color (decimal): -4243713 or 16727743. OLE color: 16727743.

HSL color Cylindrical-coordinate representation of color #BF3EFF: hue angle of 280.1º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BF3EFF is Cyan = 0.25, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB19162255-
CMYK0.250.7600
HSL280.1º100%62.16%-
HSV(B)280.1º75.69%100%-
XYZ41.2621.7496.63-
YUV122.57202.74176.81-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 191 (75% from 255) = 37.60%
GREEN value IS 62 (24.61% from 255) = 12.20%
BLUE value IS 255 (100% from 255) = 50.20%
R=37.60%
G=12.20%
B=50.20%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal191622550.250.7600280.110062.16
HexBF3EFF194C00118643e
Octal27776377311140043014476
Binary1011111111111011111111110011001100001000110001100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF3EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF3EFF; }

 p { color: rgb(191,62,255); }

 H1.HeaderClassName
 {
   color: #BF3EFF;
 }
 .AnyTagClassName
 {
   color: #BF3EFF;
 }
</style>
background-color css

<style>
 a { background-color: #BF3EFF; }

 a { background-color: rgb(191,62,255); }

 div.DivClassName
 {
   background-color: #BF3EFF;
 }
 .BgClassName
 {
   background-color: #BF3EFF;
 }
</style>
border-color css

<style>
 span { border-color: #BF3EFF; }

 span { border-color: rgb(191,62,255); }

 td.TdClassName
 {
   border-color: #BF3EFF;
 }
 .TagClassName
 {
   border-color: #BF3EFF;
 }
</style>