#BC76CD

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

Shades of Medium Orchid #BC76CD

Tints of Medium Orchid #BC76CD

Color information

#BC76CD (or 0xBC76CD) is unknown color: approx Medium Orchid. HEX triplet: BC, 76 and CD. RGB value is (188,118,205). Sum of RGB (Red+Green+Blue) = 188+118+205=511 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.79% from 511); Green value is 118 (46.48% from 255 or 23.09% from 511); Blue value is 205 (80.47% from 255 or 40.12% from 511); Max value from RGB is 205 - color contains mainly: blue. Hex color #BC76CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC76CD is #438932. Grayscale: #949494. Windows color (decimal): -4426035 or 13465276. OLE color: 13465276.

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

Color convert

RGB188118205-
CMYK0.080.4200.20
HSL288.28º46.52%63.33%-
HSV(B)288.28º42.44%80.39%-
XYZ38.2428.0661.16-
YUV148.85159.69155.93-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.79%
GREEN value IS 118 (46.48% from 255) = 23.09%
BLUE value IS 205 (80.47% from 255) = 40.12%
R=36.79%
G=23.09%
B=40.12%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1881182050.080.4200.20288.2846.5263.33
HexBC76CD82A0141202f3f
Octal27416631510520244405777
Binary101111001110110110011011000101010010100100100000101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC76CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC76CD; }

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

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

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

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

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

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

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

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