Shades of Medium Orchid #BC72DB
Tints of Medium Orchid #BC72DB
RGB
CMYK
RGB Variations
Color information
#BC72DB (or 0xBC72DB) is known color: Medium Orchid. HEX triplet: BC, 72 and DB. RGB value is (188,114,219). Sum of RGB (Red+Green+Blue) = 188+114+219=521 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.08% from 521); Green value is 114 (44.92% from 255 or 21.88% from 521); Blue value is 219 (85.94% from 255 or 42.03% from 521); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC72DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BC72DB is #438D24. Grayscale: #939393. Windows color (decimal): -4427045 or 14381756. OLE color: 14381756.
HSL color Cylindrical-coordinate representation of color #BC72DB: hue angle of 282.29º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BC72DB is Cyan = 0.14, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 114 | 219 | - |
| CMYK | 0.14 | 0.48 | 0 | 0.14 |
| HSL | 282.29º | 0.59% | 0.65% | - |
| HSV(B) | 282.29º | 0.48% | 0.86% | - |
| XYZ | 39.54 | 27.84 | 70.31 | - |
| YUV | 148.1 | 168.02 | 156.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 114 | 219 | 0.14 | 0.48 | 0 | 0.14 | 282.29 | 0.59 | 0.65 |
| Hex | BC | 72 | DB | E | 30 | 0 | E | 11A | 3B | 41 |
| Octal | 274 | 162 | 333 | 16 | 60 | 0 | 16 | 432 | 73 | 101 |
| Binary | 10111100 | 1110010 | 11011011 | 1110 | 110000 | 0 | 1110 | 100011010 | 111011 | 1000001 |
Color Harmonies of #BC72DB
Complementary color
Monochromatic Colors of #BC72DB
Black with #BC72DB
Text Example
Text Example
White with #BC72DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC72DB; }
p { color: rgb(188,114,219); }
H1.HeaderClassName
{
color: #BC72DB;
}
.AnyTagClassName
{
color: #BC72DB;
}
</style>
background-color css
<style>
a { background-color: #BC72DB; }
a { background-color: rgb(188,114,219); }
div.DivClassName
{
background-color: #BC72DB;
}
.BgClassName
{
background-color: #BC72DB;
}
</style>
border-color css
<style>
span { border-color: #BC72DB; }
span { border-color: rgb(188,114,219); }
td.TdClassName
{
border-color: #BC72DB;
}
.TagClassName
{
border-color: #BC72DB;
}
</style>