Shades of Dark Orchid #BD2ACE
Tints of Dark Orchid #BD2ACE
RGB
CMYK
RGB Variations
Color information
#BD2ACE (or 0xBD2ACE) is known color: Dark Orchid. HEX triplet: BD, 2A and CE. RGB value is (189,42,206). Sum of RGB (Red+Green+Blue) = 189+42+206=437 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.25% from 437); Green value is 42 (16.80% from 255 or 9.61% from 437); Blue value is 206 (80.86% from 255 or 47.14% from 437); Max value from RGB is 206 - color contains mainly: blue. Hex color #BD2ACE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD2ACE is #42D531. Grayscale: #686868. Windows color (decimal): -4379954 or 13511357. OLE color: 13511357.
HSL color Cylindrical-coordinate representation of color #BD2ACE: hue angle of 293.78º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BD2ACE is Cyan = 0.08, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 42 | 206 | - |
| CMYK | 0.08 | 0.80 | 0 | 0.19 |
| HSL | 293.78º | 0.66% | 0.49% | - |
| HSV(B) | 293.78º | 0.8% | 0.81% | - |
| XYZ | 32.95 | 16.93 | 59.92 | - |
| YUV | 104.65 | 185.2 | 188.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 42 | 206 | 0.08 | 0.80 | 0 | 0.19 | 293.78 | 0.66 | 0.49 |
| Hex | BD | 2A | CE | 8 | 50 | 0 | 13 | 126 | 42 | 31 |
| Octal | 275 | 52 | 316 | 10 | 120 | 0 | 23 | 446 | 102 | 61 |
| Binary | 10111101 | 101010 | 11001110 | 1000 | 1010000 | 0 | 10011 | 100100110 | 1000010 | 110001 |
Color Harmonies of #BD2ACE
Complementary color
Monochromatic Colors of #BD2ACE
Black with #BD2ACE
Text Example
Text Example
White with #BD2ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2ACE; }
p { color: rgb(189,42,206); }
H1.HeaderClassName
{
color: #BD2ACE;
}
.AnyTagClassName
{
color: #BD2ACE;
}
</style>
background-color css
<style>
a { background-color: #BD2ACE; }
a { background-color: rgb(189,42,206); }
div.DivClassName
{
background-color: #BD2ACE;
}
.BgClassName
{
background-color: #BD2ACE;
}
</style>
border-color css
<style>
span { border-color: #BD2ACE; }
span { border-color: rgb(189,42,206); }
td.TdClassName
{
border-color: #BD2ACE;
}
.TagClassName
{
border-color: #BD2ACE;
}
</style>