Shades of Dark Orchid #BD28CC
Tints of Dark Orchid #BD28CC
RGB
CMYK
RGB Variations
Color information
#BD28CC (or 0xBD28CC) is known color: Dark Orchid. HEX triplet: BD, 28 and CC. RGB value is (189,40,204). Sum of RGB (Red+Green+Blue) = 189+40+204=433 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.65% from 433); Green value is 40 (16.02% from 255 or 9.24% from 433); Blue value is 204 (80.08% from 255 or 47.11% from 433); Max value from RGB is 204 - color contains mainly: blue. Hex color #BD28CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD28CC is #42D733. Grayscale: #666666. Windows color (decimal): -4380468 or 13379773. OLE color: 13379773.
HSL color Cylindrical-coordinate representation of color #BD28CC: hue angle of 294.51º 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 #BD28CC is Cyan = 0.07, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 189 | 40 | 204 | - |
| CMYK | 0.07 | 0.80 | 0 | 0.2 |
| HSL | 294.51º | 0.67% | 0.48% | - |
| HSV(B) | 294.51º | 0.8% | 0.8% | - |
| XYZ | 32.64 | 16.7 | 58.63 | - |
| YUV | 103.25 | 184.86 | 189.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 40 | 204 | 0.07 | 0.80 | 0 | 0.2 | 294.51 | 0.67 | 0.48 |
| Hex | BD | 28 | CC | 7 | 50 | 0 | 14 | 127 | 43 | 30 |
| Octal | 275 | 50 | 314 | 7 | 120 | 0 | 24 | 447 | 103 | 60 |
| Binary | 10111101 | 101000 | 11001100 | 111 | 1010000 | 0 | 10100 | 100100111 | 1000011 | 110000 |
Color Harmonies of #BD28CC
Complementary color
Monochromatic Colors of #BD28CC
Black with #BD28CC
Text Example
Text Example
White with #BD28CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD28CC; }
p { color: rgb(189,40,204); }
H1.HeaderClassName
{
color: #BD28CC;
}
.AnyTagClassName
{
color: #BD28CC;
}
</style>
background-color css
<style>
a { background-color: #BD28CC; }
a { background-color: rgb(189,40,204); }
div.DivClassName
{
background-color: #BD28CC;
}
.BgClassName
{
background-color: #BD28CC;
}
</style>
border-color css
<style>
span { border-color: #BD28CC; }
span { border-color: rgb(189,40,204); }
td.TdClassName
{
border-color: #BD28CC;
}
.TagClassName
{
border-color: #BD28CC;
}
</style>