Shades of Dark Orchid #BD28CB
Tints of Dark Orchid #BD28CB
RGB
CMYK
RGB Variations
Color information
#BD28CB (or 0xBD28CB) is known color: Dark Orchid. HEX triplet: BD, 28 and CB. RGB value is (189,40,203). Sum of RGB (Red+Green+Blue) = 189+40+203=432 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.75% from 432); Green value is 40 (16.02% from 255 or 9.26% from 432); Blue value is 203 (79.69% from 255 or 46.99% from 432); Max value from RGB is 203 - color contains mainly: blue. Hex color #BD28CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD28CB is #42D734. Grayscale: #666666. Windows color (decimal): -4380469 or 13314237. OLE color: 13314237.
HSL color Cylindrical-coordinate representation of color #BD28CB: hue angle of 294.85º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BD28CB is Cyan = 0.07, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 40 | 203 | - |
| CMYK | 0.07 | 0.80 | 0 | 0.20 |
| HSL | 294.85º | 0.67% | 0.48% | - |
| HSV(B) | 294.85º | 0.8% | 0.8% | - |
| XYZ | 32.52 | 16.65 | 58 | - |
| YUV | 103.13 | 184.36 | 189.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 40 | 203 | 0.07 | 0.80 | 0 | 0.20 | 294.85 | 0.67 | 0.48 |
| Hex | BD | 28 | CB | 7 | 50 | 0 | 14 | 127 | 43 | 30 |
| Octal | 275 | 50 | 313 | 7 | 120 | 0 | 24 | 447 | 103 | 60 |
| Binary | 10111101 | 101000 | 11001011 | 111 | 1010000 | 0 | 10100 | 100100111 | 1000011 | 110000 |
Color Harmonies of #BD28CB
Complementary color
Monochromatic Colors of #BD28CB
Black with #BD28CB
Text Example
Text Example
White with #BD28CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD28CB; }
p { color: rgb(189,40,203); }
H1.HeaderClassName
{
color: #BD28CB;
}
.AnyTagClassName
{
color: #BD28CB;
}
</style>
background-color css
<style>
a { background-color: #BD28CB; }
a { background-color: rgb(189,40,203); }
div.DivClassName
{
background-color: #BD28CB;
}
.BgClassName
{
background-color: #BD28CB;
}
</style>
border-color css
<style>
span { border-color: #BD28CB; }
span { border-color: rgb(189,40,203); }
td.TdClassName
{
border-color: #BD28CB;
}
.TagClassName
{
border-color: #BD28CB;
}
</style>