#BC76CB

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

Shades of Medium Orchid #BC76CB

Tints of Medium Orchid #BC76CB

Color information

#BC76CB (or 0xBC76CB) is unknown color: approx Medium Orchid. HEX triplet: BC, 76 and CB. RGB value is (188,118,203). Sum of RGB (Red+Green+Blue) = 188+118+203=509 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.94% from 509); Green value is 118 (46.48% from 255 or 23.18% from 509); Blue value is 203 (79.69% from 255 or 39.88% from 509); Max value from RGB is 203 - color contains mainly: blue. Hex color #BC76CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC76CB is #438934. Grayscale: #949494. Windows color (decimal): -4426037 or 13334204. OLE color: 13334204.

HSL color Cylindrical-coordinate representation of color #BC76CB: hue angle of 289.41º 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 #BC76CB is Cyan = 0.07, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB188118203-
CMYK0.070.4200.20
HSL289.41º44.97%62.94%-
HSV(B)289.41º41.87%79.61%-
XYZ3827.9659.89-
YUV148.62158.69156.09-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.94%
GREEN value IS 118 (46.48% from 255) = 23.18%
BLUE value IS 203 (79.69% from 255) = 39.88%
R=36.94%
G=23.18%
B=39.88%

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
Decimal1881182030.070.4200.20289.4144.9762.94
HexBC76CB72A0141212d3f
Octal2741663137520244415577
Binary10111100111011011001011111101010010100100100001101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC76CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC76CB; }

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

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

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

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

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

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

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

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