#BD76CB

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

Shades of Medium Orchid #BD76CB

Tints of Medium Orchid #BD76CB

Color information

#BD76CB (or 0xBD76CB) is unknown color: approx Medium Orchid. HEX triplet: BD, 76 and CB. RGB value is (189,118,203). Sum of RGB (Red+Green+Blue) = 189+118+203=510 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.06% from 510); Green value is 118 (46.48% from 255 or 23.14% from 510); Blue value is 203 (79.69% from 255 or 39.80% from 510); Max value from RGB is 203 - color contains mainly: blue. Hex color #BD76CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD76CB is #428934. Grayscale: #949494. Windows color (decimal): -4360501 or 13334205. OLE color: 13334205.

HSL color Cylindrical-coordinate representation of color #BD76CB: hue angle of 290.12º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BD76CB is Cyan = 0.07, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB189118203-
CMYK0.070.4200.20
HSL290.12º44.97%62.94%-
HSV(B)290.12º41.87%79.61%-
XYZ38.2428.0959.91-
YUV148.92158.52156.59-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.06%
GREEN value IS 118 (46.48% from 255) = 23.14%
BLUE value IS 203 (79.69% from 255) = 39.80%
R=37.06%
G=23.14%
B=39.80%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1891182030.070.4200.20290.1244.9762.94
HexBD76CB72A0141222d3f
Octal2751663137520244425577
Binary10111101111011011001011111101010010100100100010101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD76CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD76CB; }

 p { color: rgb(189,118,203); }

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

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

 a { background-color: rgb(189,118,203); }

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

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

 span { border-color: rgb(189,118,203); }

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