Shades of Medium Orchid #BC51DB
Tints of Medium Orchid #BC51DB
RGB
CMYK
RGB Variations
Color information
#BC51DB (or 0xBC51DB) is known color: Medium Orchid. HEX triplet: BC, 51 and DB. RGB value is (188,81,219). Sum of RGB (Red+Green+Blue) = 188+81+219=488 (64% of max value = 765). Red value is 188 (73.83% from 255 or 38.52% from 488); Green value is 81 (32.03% from 255 or 16.60% from 488); Blue value is 219 (85.94% from 255 or 44.88% from 488); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC51DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC51DB is #43AE24. Grayscale: #808080. Windows color (decimal): -4435493 or 14373308. OLE color: 14373308.
HSL color Cylindrical-coordinate representation of color #BC51DB: hue angle of 286.52º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BC51DB is Cyan = 0.14, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 81 | 219 | - |
| CMYK | 0.14 | 0.63 | 0 | 0.14 |
| HSL | 286.52º | 0.66% | 0.59% | - |
| HSV(B) | 286.52º | 0.63% | 0.86% | - |
| XYZ | 36.47 | 21.69 | 69.28 | - |
| YUV | 128.73 | 178.95 | 170.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 81 | 219 | 0.14 | 0.63 | 0 | 0.14 | 286.52 | 0.66 | 0.59 |
| Hex | BC | 51 | DB | E | 3F | 0 | E | 11F | 42 | 3B |
| Octal | 274 | 121 | 333 | 16 | 77 | 0 | 16 | 437 | 102 | 73 |
| Binary | 10111100 | 1010001 | 11011011 | 1110 | 111111 | 0 | 1110 | 100011111 | 1000010 | 111011 |
Color Harmonies of #BC51DB
Complementary color
Monochromatic Colors of #BC51DB
Black with #BC51DB
Text Example
Text Example
White with #BC51DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC51DB; }
p { color: rgb(188,81,219); }
H1.HeaderClassName
{
color: #BC51DB;
}
.AnyTagClassName
{
color: #BC51DB;
}
</style>
background-color css
<style>
a { background-color: #BC51DB; }
a { background-color: rgb(188,81,219); }
div.DivClassName
{
background-color: #BC51DB;
}
.BgClassName
{
background-color: #BC51DB;
}
</style>
border-color css
<style>
span { border-color: #BC51DB; }
span { border-color: rgb(188,81,219); }
td.TdClassName
{
border-color: #BC51DB;
}
.TagClassName
{
border-color: #BC51DB;
}
</style>