Shades of Dark Orchid #BD28CF
Tints of Dark Orchid #BD28CF
RGB
CMYK
RGB Variations
Color information
#BD28CF (or 0xBD28CF) is known color: Dark Orchid. HEX triplet: BD, 28 and CF. RGB value is (189,40,207). Sum of RGB (Red+Green+Blue) = 189+40+207=436 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.35% from 436); Green value is 40 (16.02% from 255 or 9.17% from 436); Blue value is 207 (81.25% from 255 or 47.48% from 436); Max value from RGB is 207 - color contains mainly: blue. Hex color #BD28CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD28CF is #42D730. Grayscale: #676767. Windows color (decimal): -4380465 or 13576381. OLE color: 13576381.
HSL color Cylindrical-coordinate representation of color #BD28CF: hue angle of 293.53º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BD28CF is Cyan = 0.09, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 40 | 207 | - |
| CMYK | 0.09 | 0.81 | 0 | 0.19 |
| HSL | 293.53º | 0.68% | 0.48% | - |
| HSV(B) | 293.53º | 0.81% | 0.81% | - |
| XYZ | 33.01 | 16.84 | 60.54 | - |
| YUV | 103.59 | 186.36 | 188.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 40 | 207 | 0.09 | 0.81 | 0 | 0.19 | 293.53 | 0.68 | 0.48 |
| Hex | BD | 28 | CF | 9 | 51 | 0 | 13 | 126 | 44 | 30 |
| Octal | 275 | 50 | 317 | 11 | 121 | 0 | 23 | 446 | 104 | 60 |
| Binary | 10111101 | 101000 | 11001111 | 1001 | 1010001 | 0 | 10011 | 100100110 | 1000100 | 110000 |
Color Harmonies of #BD28CF
Complementary color
Monochromatic Colors of #BD28CF
Black with #BD28CF
Text Example
Text Example
White with #BD28CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD28CF; }
p { color: rgb(189,40,207); }
H1.HeaderClassName
{
color: #BD28CF;
}
.AnyTagClassName
{
color: #BD28CF;
}
</style>
background-color css
<style>
a { background-color: #BD28CF; }
a { background-color: rgb(189,40,207); }
div.DivClassName
{
background-color: #BD28CF;
}
.BgClassName
{
background-color: #BD28CF;
}
</style>
border-color css
<style>
span { border-color: #BD28CF; }
span { border-color: rgb(189,40,207); }
td.TdClassName
{
border-color: #BD28CF;
}
.TagClassName
{
border-color: #BD28CF;
}
</style>