Shades of Dark Orchid #BD2AD3
Tints of Dark Orchid #BD2AD3
RGB
CMYK
RGB Variations
Color information
#BD2AD3 (or 0xBD2AD3) is known color: Dark Orchid. HEX triplet: BD, 2A and D3. RGB value is (189,42,211). Sum of RGB (Red+Green+Blue) = 189+42+211=442 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.76% from 442); Green value is 42 (16.80% from 255 or 9.50% from 442); Blue value is 211 (82.81% from 255 or 47.74% from 442); Max value from RGB is 211 - color contains mainly: blue. Hex color #BD2AD3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD2AD3 is #42D52C. Grayscale: #686868. Windows color (decimal): -4379949 or 13839037. OLE color: 13839037.
HSL color Cylindrical-coordinate representation of color #BD2AD3: hue angle of 292.19º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BD2AD3 is Cyan = 0.10, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 189 | 42 | 211 | - |
| CMYK | 0.10 | 0.80 | 0 | 0.17 |
| HSL | 292.19º | 0.67% | 0.5% | - |
| HSV(B) | 292.19º | 0.8% | 0.83% | - |
| XYZ | 33.57 | 17.18 | 63.17 | - |
| YUV | 105.22 | 187.7 | 187.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 42 | 211 | 0.10 | 0.80 | 0 | 0.17 | 292.19 | 0.67 | 0.5 |
| Hex | BD | 2A | D3 | A | 50 | 0 | 11 | 124 | 43 | 32 |
| Octal | 275 | 52 | 323 | 12 | 120 | 0 | 21 | 444 | 103 | 62 |
| Binary | 10111101 | 101010 | 11010011 | 1010 | 1010000 | 0 | 10001 | 100100100 | 1000011 | 110010 |
Color Harmonies of #BD2AD3
Complementary color
Monochromatic Colors of #BD2AD3
Black with #BD2AD3
Text Example
Text Example
White with #BD2AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2AD3; }
p { color: rgb(189,42,211); }
H1.HeaderClassName
{
color: #BD2AD3;
}
.AnyTagClassName
{
color: #BD2AD3;
}
</style>
background-color css
<style>
a { background-color: #BD2AD3; }
a { background-color: rgb(189,42,211); }
div.DivClassName
{
background-color: #BD2AD3;
}
.BgClassName
{
background-color: #BD2AD3;
}
</style>
border-color css
<style>
span { border-color: #BD2AD3; }
span { border-color: rgb(189,42,211); }
td.TdClassName
{
border-color: #BD2AD3;
}
.TagClassName
{
border-color: #BD2AD3;
}
</style>