Shades of Dark Orchid #BD2BD7
Tints of Dark Orchid #BD2BD7
RGB
CMYK
RGB Variations
Color information
#BD2BD7 (or 0xBD2BD7) is known color: Dark Orchid. HEX triplet: BD, 2B and D7. RGB value is (189,43,215). Sum of RGB (Red+Green+Blue) = 189+43+215=447 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.28% from 447); Green value is 43 (17.19% from 255 or 9.62% from 447); Blue value is 215 (84.38% from 255 or 48.10% from 447); Max value from RGB is 215 - color contains mainly: blue. Hex color #BD2BD7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD2BD7 is #42D428. Grayscale: #696969. Windows color (decimal): -4379689 or 14101437. OLE color: 14101437.
HSL color Cylindrical-coordinate representation of color #BD2BD7: hue angle of 290.93º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BD2BD7 is Cyan = 0.12, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 189 | 43 | 215 | - |
| CMYK | 0.12 | 0.8 | 0 | 0.16 |
| HSL | 290.93º | 0.68% | 0.51% | - |
| HSV(B) | 290.93º | 0.8% | 0.84% | - |
| XYZ | 34.12 | 17.45 | 65.86 | - |
| YUV | 106.26 | 189.37 | 187.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 43 | 215 | 0.12 | 0.8 | 0 | 0.16 | 290.93 | 0.68 | 0.51 |
| Hex | BD | 2B | D7 | C | 50 | 0 | 10 | 123 | 44 | 33 |
| Octal | 275 | 53 | 327 | 14 | 120 | 0 | 20 | 443 | 104 | 63 |
| Binary | 10111101 | 101011 | 11010111 | 1100 | 1010000 | 0 | 10000 | 100100011 | 1000100 | 110011 |
Color Harmonies of #BD2BD7
Complementary color
Monochromatic Colors of #BD2BD7
Black with #BD2BD7
Text Example
Text Example
White with #BD2BD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2BD7; }
p { color: rgb(189,43,215); }
H1.HeaderClassName
{
color: #BD2BD7;
}
.AnyTagClassName
{
color: #BD2BD7;
}
</style>
background-color css
<style>
a { background-color: #BD2BD7; }
a { background-color: rgb(189,43,215); }
div.DivClassName
{
background-color: #BD2BD7;
}
.BgClassName
{
background-color: #BD2BD7;
}
</style>
border-color css
<style>
span { border-color: #BD2BD7; }
span { border-color: rgb(189,43,215); }
td.TdClassName
{
border-color: #BD2BD7;
}
.TagClassName
{
border-color: #BD2BD7;
}
</style>