Shades of Dark Orchid #BD2ADF
Tints of Dark Orchid #BD2ADF
RGB
CMYK
RGB Variations
Color information
#BD2ADF (or 0xBD2ADF) is known color: Dark Orchid. HEX triplet: BD, 2A and DF. RGB value is (189,42,223). Sum of RGB (Red+Green+Blue) = 189+42+223=454 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.63% from 454); Green value is 42 (16.80% from 255 or 9.25% from 454); Blue value is 223 (87.5% from 255 or 49.12% from 454); Max value from RGB is 223 - color contains mainly: blue. Hex color #BD2ADF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD2ADF is #42D520. Grayscale: #6A6A6A. Windows color (decimal): -4379937 or 14625469. OLE color: 14625469.
HSL color Cylindrical-coordinate representation of color #BD2ADF: hue angle of 288.73º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BD2ADF is Cyan = 0.15, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 42 | 223 | - |
| CMYK | 0.15 | 0.81 | 0 | 0.13 |
| HSL | 288.73º | 0.74% | 0.52% | - |
| HSV(B) | 288.73º | 0.81% | 0.87% | - |
| XYZ | 35.13 | 17.8 | 71.4 | - |
| YUV | 106.59 | 193.7 | 186.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 42 | 223 | 0.15 | 0.81 | 0 | 0.13 | 288.73 | 0.74 | 0.52 |
| Hex | BD | 2A | DF | F | 51 | 0 | D | 121 | 4A | 34 |
| Octal | 275 | 52 | 337 | 17 | 121 | 0 | 15 | 441 | 112 | 64 |
| Binary | 10111101 | 101010 | 11011111 | 1111 | 1010001 | 0 | 1101 | 100100001 | 1001010 | 110100 |
Color Harmonies of #BD2ADF
Complementary color
Monochromatic Colors of #BD2ADF
Black with #BD2ADF
Text Example
Text Example
White with #BD2ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2ADF; }
p { color: rgb(189,42,223); }
H1.HeaderClassName
{
color: #BD2ADF;
}
.AnyTagClassName
{
color: #BD2ADF;
}
</style>
background-color css
<style>
a { background-color: #BD2ADF; }
a { background-color: rgb(189,42,223); }
div.DivClassName
{
background-color: #BD2ADF;
}
.BgClassName
{
background-color: #BD2ADF;
}
</style>
border-color css
<style>
span { border-color: #BD2ADF; }
span { border-color: rgb(189,42,223); }
td.TdClassName
{
border-color: #BD2ADF;
}
.TagClassName
{
border-color: #BD2ADF;
}
</style>