Shades of Dark Orchid #BD2BD8
Tints of Dark Orchid #BD2BD8
RGB
CMYK
RGB Variations
Color information
#BD2BD8 (or 0xBD2BD8) is known color: Dark Orchid. HEX triplet: BD, 2B and D8. RGB value is (189,43,216). Sum of RGB (Red+Green+Blue) = 189+43+216=448 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.19% from 448); Green value is 43 (17.19% from 255 or 9.60% from 448); Blue value is 216 (84.77% from 255 or 48.21% from 448); Max value from RGB is 216 - color contains mainly: blue. Hex color #BD2BD8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD2BD8 is #42D427. Grayscale: #696969. Windows color (decimal): -4379688 or 14166973. OLE color: 14166973.
HSL color Cylindrical-coordinate representation of color #BD2BD8: hue angle of 290.64º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BD2BD8 is Cyan = 0.12, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 43 | 216 | - |
| CMYK | 0.12 | 0.80 | 0 | 0.15 |
| HSL | 290.64º | 0.69% | 0.51% | - |
| HSV(B) | 290.64º | 0.8% | 0.85% | - |
| XYZ | 34.24 | 17.5 | 66.54 | - |
| YUV | 106.38 | 189.87 | 186.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 43 | 216 | 0.12 | 0.80 | 0 | 0.15 | 290.64 | 0.69 | 0.51 |
| Hex | BD | 2B | D8 | C | 50 | 0 | F | 123 | 45 | 33 |
| Octal | 275 | 53 | 330 | 14 | 120 | 0 | 17 | 443 | 105 | 63 |
| Binary | 10111101 | 101011 | 11011000 | 1100 | 1010000 | 0 | 1111 | 100100011 | 1000101 | 110011 |
Color Harmonies of #BD2BD8
Complementary color
Monochromatic Colors of #BD2BD8
Black with #BD2BD8
Text Example
Text Example
White with #BD2BD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2BD8; }
p { color: rgb(189,43,216); }
H1.HeaderClassName
{
color: #BD2BD8;
}
.AnyTagClassName
{
color: #BD2BD8;
}
</style>
background-color css
<style>
a { background-color: #BD2BD8; }
a { background-color: rgb(189,43,216); }
div.DivClassName
{
background-color: #BD2BD8;
}
.BgClassName
{
background-color: #BD2BD8;
}
</style>
border-color css
<style>
span { border-color: #BD2BD8; }
span { border-color: rgb(189,43,216); }
td.TdClassName
{
border-color: #BD2BD8;
}
.TagClassName
{
border-color: #BD2BD8;
}
</style>