Shades of Dark Orchid #BD28CD
Tints of Dark Orchid #BD28CD
RGB
CMYK
RGB Variations
Color information
#BD28CD (or 0xBD28CD) is known color: Dark Orchid. HEX triplet: BD, 28 and CD. RGB value is (189,40,205). Sum of RGB (Red+Green+Blue) = 189+40+205=434 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.55% from 434); Green value is 40 (16.02% from 255 or 9.22% from 434); Blue value is 205 (80.47% from 255 or 47.24% from 434); Max value from RGB is 205 - color contains mainly: blue. Hex color #BD28CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD28CD is #42D732. Grayscale: #666666. Windows color (decimal): -4380467 or 13445309. OLE color: 13445309.
HSL color Cylindrical-coordinate representation of color #BD28CD: hue angle of 294.18º 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 #BD28CD is Cyan = 0.08, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 189 | 40 | 205 | - |
| CMYK | 0.08 | 0.80 | 0 | 0.20 |
| HSL | 294.18º | 0.67% | 0.48% | - |
| HSV(B) | 294.18º | 0.8% | 0.8% | - |
| XYZ | 32.76 | 16.74 | 59.26 | - |
| YUV | 103.36 | 185.36 | 189.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 40 | 205 | 0.08 | 0.80 | 0 | 0.20 | 294.18 | 0.67 | 0.48 |
| Hex | BD | 28 | CD | 8 | 50 | 0 | 14 | 126 | 43 | 30 |
| Octal | 275 | 50 | 315 | 10 | 120 | 0 | 24 | 446 | 103 | 60 |
| Binary | 10111101 | 101000 | 11001101 | 1000 | 1010000 | 0 | 10100 | 100100110 | 1000011 | 110000 |
Color Harmonies of #BD28CD
Complementary color
Monochromatic Colors of #BD28CD
Black with #BD28CD
Text Example
Text Example
White with #BD28CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD28CD; }
p { color: rgb(189,40,205); }
H1.HeaderClassName
{
color: #BD28CD;
}
.AnyTagClassName
{
color: #BD28CD;
}
</style>
background-color css
<style>
a { background-color: #BD28CD; }
a { background-color: rgb(189,40,205); }
div.DivClassName
{
background-color: #BD28CD;
}
.BgClassName
{
background-color: #BD28CD;
}
</style>
border-color css
<style>
span { border-color: #BD28CD; }
span { border-color: rgb(189,40,205); }
td.TdClassName
{
border-color: #BD28CD;
}
.TagClassName
{
border-color: #BD28CD;
}
</style>