Shades of Dark Orchid #BD2ADA
Tints of Dark Orchid #BD2ADA
RGB
CMYK
RGB Variations
Color information
#BD2ADA (or 0xBD2ADA) is known color: Dark Orchid. HEX triplet: BD, 2A and DA. RGB value is (189,42,218). Sum of RGB (Red+Green+Blue) = 189+42+218=449 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.09% from 449); Green value is 42 (16.80% from 255 or 9.35% from 449); Blue value is 218 (85.55% from 255 or 48.55% from 449); Max value from RGB is 218 - color contains mainly: blue. Hex color #BD2ADA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD2ADA is #42D525. Grayscale: #696969. Windows color (decimal): -4379942 or 14297789. OLE color: 14297789.
HSL color Cylindrical-coordinate representation of color #BD2ADA: hue angle of 290.11º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BD2ADA is Cyan = 0.13, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 42 | 218 | - |
| CMYK | 0.13 | 0.81 | 0 | 0.15 |
| HSL | 290.11º | 0.7% | 0.51% | - |
| HSV(B) | 290.11º | 0.81% | 0.85% | - |
| XYZ | 34.47 | 17.54 | 67.9 | - |
| YUV | 106.02 | 191.2 | 187.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 42 | 218 | 0.13 | 0.81 | 0 | 0.15 | 290.11 | 0.7 | 0.51 |
| Hex | BD | 2A | DA | D | 51 | 0 | F | 122 | 46 | 33 |
| Octal | 275 | 52 | 332 | 15 | 121 | 0 | 17 | 442 | 106 | 63 |
| Binary | 10111101 | 101010 | 11011010 | 1101 | 1010001 | 0 | 1111 | 100100010 | 1000110 | 110011 |
Color Harmonies of #BD2ADA
Complementary color
Monochromatic Colors of #BD2ADA
Black with #BD2ADA
Text Example
Text Example
White with #BD2ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2ADA; }
p { color: rgb(189,42,218); }
H1.HeaderClassName
{
color: #BD2ADA;
}
.AnyTagClassName
{
color: #BD2ADA;
}
</style>
background-color css
<style>
a { background-color: #BD2ADA; }
a { background-color: rgb(189,42,218); }
div.DivClassName
{
background-color: #BD2ADA;
}
.BgClassName
{
background-color: #BD2ADA;
}
</style>
border-color css
<style>
span { border-color: #BD2ADA; }
span { border-color: rgb(189,42,218); }
td.TdClassName
{
border-color: #BD2ADA;
}
.TagClassName
{
border-color: #BD2ADA;
}
</style>