Shades of Medium Orchid #BC32DB
Tints of Medium Orchid #BC32DB
RGB
CMYK
RGB Variations
Color information
#BC32DB (or 0xBC32DB) is known color: Medium Orchid. HEX triplet: BC, 32 and DB. RGB value is (188,50,219). Sum of RGB (Red+Green+Blue) = 188+50+219=457 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.14% from 457); Green value is 50 (19.92% from 255 or 10.94% from 457); Blue value is 219 (85.94% from 255 or 47.92% from 457); Max value from RGB is 219 - color contains mainly: blue. Hex color #BC32DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC32DB is #43CD24. Grayscale: #6D6D6D. Windows color (decimal): -4443429 or 14365372. OLE color: 14365372.
HSL color Cylindrical-coordinate representation of color #BC32DB: hue angle of 288.99º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BC32DB is Cyan = 0.14, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 50 | 219 | - |
| CMYK | 0.14 | 0.77 | 0 | 0.14 |
| HSL | 288.99º | 0.7% | 0.53% | - |
| HSV(B) | 288.99º | 0.77% | 0.86% | - |
| XYZ | 34.67 | 18.09 | 68.68 | - |
| YUV | 110.53 | 189.22 | 183.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 50 | 219 | 0.14 | 0.77 | 0 | 0.14 | 288.99 | 0.7 | 0.53 |
| Hex | BC | 32 | DB | E | 4D | 0 | E | 121 | 46 | 35 |
| Octal | 274 | 62 | 333 | 16 | 115 | 0 | 16 | 441 | 106 | 65 |
| Binary | 10111100 | 110010 | 11011011 | 1110 | 1001101 | 0 | 1110 | 100100001 | 1000110 | 110101 |
Color Harmonies of #BC32DB
Complementary color
Monochromatic Colors of #BC32DB
Black with #BC32DB
Text Example
Text Example
White with #BC32DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC32DB; }
p { color: rgb(188,50,219); }
H1.HeaderClassName
{
color: #BC32DB;
}
.AnyTagClassName
{
color: #BC32DB;
}
</style>
background-color css
<style>
a { background-color: #BC32DB; }
a { background-color: rgb(188,50,219); }
div.DivClassName
{
background-color: #BC32DB;
}
.BgClassName
{
background-color: #BC32DB;
}
</style>
border-color css
<style>
span { border-color: #BC32DB; }
span { border-color: rgb(188,50,219); }
td.TdClassName
{
border-color: #BC32DB;
}
.TagClassName
{
border-color: #BC32DB;
}
</style>