#BF69CB

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

Shades of Medium Orchid #BF69CB

Tints of Medium Orchid #BF69CB

Color information

#BF69CB (or 0xBF69CB) is unknown color: approx Medium Orchid. HEX triplet: BF, 69 and CB. RGB value is (191,105,203). Sum of RGB (Red+Green+Blue) = 191+105+203=499 (66% of max value = 765). Red value is 191 (75% from 255 or 38.28% from 499); Green value is 105 (41.41% from 255 or 21.04% from 499); Blue value is 203 (79.69% from 255 or 40.68% from 499); Max value from RGB is 203 - color contains mainly: blue. Hex color #BF69CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF69CB is #409634. Grayscale: #8D8D8D. Windows color (decimal): -4232757 or 13330879. OLE color: 13330879.

HSL color Cylindrical-coordinate representation of color #BF69CB: hue angle of 292.65º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BF69CB is Cyan = 0.06, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB191105203-
CMYK0.060.4800.20
HSL292.65º48.51%60.39%-
HSV(B)292.65º48.28%79.61%-
XYZ37.3225.4959.45-
YUV141.89162.49163.03-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.28%
GREEN value IS 105 (41.41% from 255) = 21.04%
BLUE value IS 203 (79.69% from 255) = 40.68%
R=38.28%
G=21.04%
B=40.68%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1911052030.060.4800.20292.6548.5160.39
HexBF69CB630014125313c
Octal2771513136600244456174
Binary10111111110100111001011110110000010100100100101110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF69CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF69CB; }

 p { color: rgb(191,105,203); }

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

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

 a { background-color: rgb(191,105,203); }

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

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

 span { border-color: rgb(191,105,203); }

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