#BC76DB

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

Shades of Medium Orchid #BC76DB

Tints of Medium Orchid #BC76DB

Color information

#BC76DB (or 0xBC76DB) is unknown color: approx Medium Orchid. HEX triplet: BC, 76 and DB. RGB value is (188,118,219). Sum of RGB (Red+Green+Blue) = 188+118+219=525 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.81% from 525); Green value is 118 (46.48% from 255 or 22.48% from 525); Blue value is 219 (85.94% from 255 or 41.71% from 525); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC76DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC76DB is #438924. Grayscale: #969696. Windows color (decimal): -4426021 or 14382780. OLE color: 14382780.

HSL color Cylindrical-coordinate representation of color #BC76DB: hue angle of 281.58º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BC76DB is Cyan = 0.14, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB188118219-
CMYK0.140.4600.14
HSL281.58º58.38%66.08%-
HSV(B)281.58º46.12%85.88%-
XYZ4028.7670.46-
YUV150.44166.69154.79-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.81%
GREEN value IS 118 (46.48% from 255) = 22.48%
BLUE value IS 219 (85.94% from 255) = 41.71%
R=35.81%
G=22.48%
B=41.71%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1881182190.140.4600.14281.5858.3866.08
HexBC76DBE2E0E11a3a42
Octal274166333165601643272102
Binary101111001110110110110111110101110011101000110101110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC76DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC76DB; }

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

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

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

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

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

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

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

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