Shades of Dark Orchid #BD2ACB
Tints of Dark Orchid #BD2ACB
RGB
CMYK
RGB Variations
Color information
#BD2ACB (or 0xBD2ACB) is known color: Dark Orchid. HEX triplet: BD, 2A and CB. RGB value is (189,42,203). Sum of RGB (Red+Green+Blue) = 189+42+203=434 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.55% from 434); Green value is 42 (16.80% from 255 or 9.68% from 434); Blue value is 203 (79.69% from 255 or 46.77% from 434); Max value from RGB is 203 - color contains mainly: blue. Hex color #BD2ACB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD2ACB is #42D534. Grayscale: #676767. Windows color (decimal): -4379957 or 13314749. OLE color: 13314749.
HSL color Cylindrical-coordinate representation of color #BD2ACB: hue angle of 294.78º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BD2ACB is Cyan = 0.07, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 42 | 203 | - |
| CMYK | 0.07 | 0.79 | 0 | 0.20 |
| HSL | 294.78º | 0.66% | 0.48% | - |
| HSV(B) | 294.78º | 0.79% | 0.8% | - |
| XYZ | 32.59 | 16.79 | 58.02 | - |
| YUV | 104.31 | 183.7 | 188.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 42 | 203 | 0.07 | 0.79 | 0 | 0.20 | 294.78 | 0.66 | 0.48 |
| Hex | BD | 2A | CB | 7 | 4F | 0 | 14 | 127 | 42 | 30 |
| Octal | 275 | 52 | 313 | 7 | 117 | 0 | 24 | 447 | 102 | 60 |
| Binary | 10111101 | 101010 | 11001011 | 111 | 1001111 | 0 | 10100 | 100100111 | 1000010 | 110000 |
Color Harmonies of #BD2ACB
Complementary color
Monochromatic Colors of #BD2ACB
Black with #BD2ACB
Text Example
Text Example
White with #BD2ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2ACB; }
p { color: rgb(189,42,203); }
H1.HeaderClassName
{
color: #BD2ACB;
}
.AnyTagClassName
{
color: #BD2ACB;
}
</style>
background-color css
<style>
a { background-color: #BD2ACB; }
a { background-color: rgb(189,42,203); }
div.DivClassName
{
background-color: #BD2ACB;
}
.BgClassName
{
background-color: #BD2ACB;
}
</style>
border-color css
<style>
span { border-color: #BD2ACB; }
span { border-color: rgb(189,42,203); }
td.TdClassName
{
border-color: #BD2ACB;
}
.TagClassName
{
border-color: #BD2ACB;
}
</style>