#bf6fe0

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

Shades of Medium Orchid #BF6FE0

Tints of Medium Orchid #BF6FE0

Color information

#BF6FE0 (or 0xBF6FE0) is unknown color: approx Medium Orchid. HEX triplet: BF, 6F and E0. RGB value is (191,111,224). Sum of RGB (Red+Green+Blue) = 191+111+224=526 (69% of max value = 765). Red value is 191 (75% from 255 or 36.31% from 526); Green value is 111 (43.75% from 255 or 21.10% from 526); Blue value is 224 (87.89% from 255 or 42.59% from 526); Max value from RGB is 224 - color contains mainly: blue. Hex color #BF6FE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF6FE0 is #40901F. Grayscale: #939393. Windows color (decimal): -4231200 or 14708671. OLE color: 14708671.

HSL color Cylindrical-coordinate representation of color #BF6FE0: hue angle of 282.48º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BF6FE0 is Cyan = 0.15, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB191111224-
CMYK0.150.5000.12
HSL282.48º64.57%65.69%-
HSV(B)282.48º50.45%87.84%-
XYZ40.6227.8373.75-
YUV147.8171158.81-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.31%
GREEN value IS 111 (43.75% from 255) = 21.10%
BLUE value IS 224 (87.89% from 255) = 42.59%
R=36.31%
G=21.10%
B=42.59%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1911112240.150.5000.12282.4864.5765.69
HexBF6FE0F320C11a4142
Octal2771573401762014432101102
Binary1011111111011111110000011111100100110010001101010000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf6fe0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf6fe0; }

 p { color: rgb(191,111,224); }

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

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

 a { background-color: rgb(191,111,224); }

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

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

 span { border-color: rgb(191,111,224); }

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