#BF6FCE

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

Shades of Medium Orchid #BF6FCE

Tints of Medium Orchid #BF6FCE

Color information

#BF6FCE (or 0xBF6FCE) is unknown color: approx Medium Orchid. HEX triplet: BF, 6F and CE. RGB value is (191,111,206). Sum of RGB (Red+Green+Blue) = 191+111+206=508 (67% of max value = 765). Red value is 191 (75% from 255 or 37.60% from 508); Green value is 111 (43.75% from 255 or 21.85% from 508); Blue value is 206 (80.86% from 255 or 40.55% from 508); Max value from RGB is 206 - color contains mainly: blue. Hex color #BF6FCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF6FCE is #409031. Grayscale: #919191. Windows color (decimal): -4231218 or 13529023. OLE color: 13529023.

HSL color Cylindrical-coordinate representation of color #BF6FCE: hue angle of 290.53º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BF6FCE is Cyan = 0.07, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB191111206-
CMYK0.070.4600.19
HSL290.53º49.22%62.16%-
HSV(B)290.53º46.12%80.78%-
XYZ38.3126.961.57-
YUV145.75162160.28-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 37.60%
GREEN value IS 111 (43.75% from 255) = 21.85%
BLUE value IS 206 (80.86% from 255) = 40.55%
R=37.60%
G=21.85%
B=40.55%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1911112060.070.4600.19290.5349.2262.16
HexBF6FCE72E013123313e
Octal2771573167560234436176
Binary10111111110111111001110111101110010011100100011110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6FCE; }

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

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

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

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

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

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

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

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