#BF6FE1

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

Shades of Medium Orchid #BF6FE1

Tints of Medium Orchid #BF6FE1

Color information

#BF6FE1 (or 0xBF6FE1) is unknown color: approx Medium Orchid. HEX triplet: BF, 6F and E1. RGB value is (191,111,225). Sum of RGB (Red+Green+Blue) = 191+111+225=527 (69% of max value = 765). Red value is 191 (75% from 255 or 36.24% from 527); Green value is 111 (43.75% from 255 or 21.06% from 527); Blue value is 225 (88.28% from 255 or 42.69% from 527); Max value from RGB is 225 - color contains mainly: blue. Hex color #BF6FE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF6FE1 is #40901E. Grayscale: #939393. Windows color (decimal): -4231199 or 14774207. OLE color: 14774207.

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

Color convert

RGB191111225-
CMYK0.150.5100.12
HSL282.11º65.52%65.88%-
HSV(B)282.11º50.67%88.24%-
XYZ40.7627.8874.47-
YUV147.92171.5158.73-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.24%
GREEN value IS 111 (43.75% from 255) = 21.06%
BLUE value IS 225 (88.28% from 255) = 42.69%
R=36.24%
G=21.06%
B=42.69%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1911112250.150.5100.12282.1165.5265.88
HexBF6FE1F330C11a4242
Octal2771573411763014432102102
Binary1011111111011111110000111111100110110010001101010000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6FE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6FE1; }

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

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

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

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

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

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

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

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