Shades of Dark Orchid #BD25D9
Tints of Dark Orchid #BD25D9
RGB
CMYK
RGB Variations
Color information
#BD25D9 (or 0xBD25D9) is known color: Dark Orchid. HEX triplet: BD, 25 and D9. RGB value is (189,37,217). Sum of RGB (Red+Green+Blue) = 189+37+217=443 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.66% from 443); Green value is 37 (14.84% from 255 or 8.35% from 443); Blue value is 217 (85.16% from 255 or 48.98% from 443); Max value from RGB is 217 - color contains mainly: blue. Hex color #BD25D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD25D9 is #42DA26. Grayscale: #666666. Windows color (decimal): -4381223 or 14230973. OLE color: 14230973.
HSL color Cylindrical-coordinate representation of color #BD25D9: hue angle of 290.67º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BD25D9 is Cyan = 0.13, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 37 | 217 | - |
| CMYK | 0.13 | 0.83 | 0 | 0.15 |
| HSL | 290.67º | 0.71% | 0.5% | - |
| HSV(B) | 290.67º | 0.83% | 0.85% | - |
| XYZ | 34.17 | 17.15 | 67.16 | - |
| YUV | 102.97 | 192.36 | 189.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 37 | 217 | 0.13 | 0.83 | 0 | 0.15 | 290.67 | 0.71 | 0.5 |
| Hex | BD | 25 | D9 | D | 53 | 0 | F | 123 | 47 | 32 |
| Octal | 275 | 45 | 331 | 15 | 123 | 0 | 17 | 443 | 107 | 62 |
| Binary | 10111101 | 100101 | 11011001 | 1101 | 1010011 | 0 | 1111 | 100100011 | 1000111 | 110010 |
Color Harmonies of #BD25D9
Complementary color
Monochromatic Colors of #BD25D9
Black with #BD25D9
Text Example
Text Example
White with #BD25D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD25D9; }
p { color: rgb(189,37,217); }
H1.HeaderClassName
{
color: #BD25D9;
}
.AnyTagClassName
{
color: #BD25D9;
}
</style>
background-color css
<style>
a { background-color: #BD25D9; }
a { background-color: rgb(189,37,217); }
div.DivClassName
{
background-color: #BD25D9;
}
.BgClassName
{
background-color: #BD25D9;
}
</style>
border-color css
<style>
span { border-color: #BD25D9; }
span { border-color: rgb(189,37,217); }
td.TdClassName
{
border-color: #BD25D9;
}
.TagClassName
{
border-color: #BD25D9;
}
</style>