#BF68CB

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

Shades of Medium Orchid #BF68CB

Tints of Medium Orchid #BF68CB

Color information

#BF68CB (or 0xBF68CB) is unknown color: approx Medium Orchid. HEX triplet: BF, 68 and CB. RGB value is (191,104,203). Sum of RGB (Red+Green+Blue) = 191+104+203=498 (65% of max value = 765). Red value is 191 (75% from 255 or 38.35% from 498); Green value is 104 (41.02% from 255 or 20.88% from 498); Blue value is 203 (79.69% from 255 or 40.76% from 498); Max value from RGB is 203 - color contains mainly: blue. Hex color #BF68CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BF68CB is #409734. Grayscale: #8C8C8C. Windows color (decimal): -4233013 or 13330623. OLE color: 13330623.

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

Color convert

RGB191104203-
CMYK0.060.4900.20
HSL292.73º48.77%60.2%-
HSV(B)292.73º48.77%79.61%-
XYZ37.2225.2959.42-
YUV141.3162.82163.45-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 38.35%
GREEN value IS 104 (41.02% from 255) = 20.88%
BLUE value IS 203 (79.69% from 255) = 40.76%
R=38.35%
G=20.88%
B=40.76%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1911042030.060.4900.20292.7348.7760.2
HexBF68CB631014125313c
Octal2771503136610244456174
Binary10111111110100011001011110110001010100100100101110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF68CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF68CB; }

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

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

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

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

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

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

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

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