Shades of Dark Orchid #BD27DB
Tints of Dark Orchid #BD27DB
RGB
CMYK
RGB Variations
Color information
#BD27DB (or 0xBD27DB) is known color: Dark Orchid. HEX triplet: BD, 27 and DB. RGB value is (189,39,219). Sum of RGB (Red+Green+Blue) = 189+39+219=447 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.28% from 447); Green value is 39 (15.62% from 255 or 8.72% from 447); Blue value is 219 (85.94% from 255 or 48.99% from 447); Max value from RGB is 219 - color contains mainly: blue. Hex color #BD27DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD27DB is #42D824. Grayscale: #676767. Windows color (decimal): -4380709 or 14362557. OLE color: 14362557.
HSL color Cylindrical-coordinate representation of color #BD27DB: hue angle of 290º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BD27DB is Cyan = 0.14, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 39 | 219 | - |
| CMYK | 0.14 | 0.82 | 0 | 0.14 |
| HSL | 290º | 0.71% | 0.51% | - |
| HSV(B) | 290º | 0.82% | 0.86% | - |
| XYZ | 34.5 | 17.38 | 68.56 | - |
| YUV | 104.37 | 192.7 | 188.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 39 | 219 | 0.14 | 0.82 | 0 | 0.14 | 290 | 0.71 | 0.51 |
| Hex | BD | 27 | DB | E | 52 | 0 | E | 122 | 47 | 33 |
| Octal | 275 | 47 | 333 | 16 | 122 | 0 | 16 | 442 | 107 | 63 |
| Binary | 10111101 | 100111 | 11011011 | 1110 | 1010010 | 0 | 1110 | 100100010 | 1000111 | 110011 |
Color Harmonies of #BD27DB
Complementary color
Monochromatic Colors of #BD27DB
Black with #BD27DB
Text Example
Text Example
White with #BD27DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD27DB; }
p { color: rgb(189,39,219); }
H1.HeaderClassName
{
color: #BD27DB;
}
.AnyTagClassName
{
color: #BD27DB;
}
</style>
background-color css
<style>
a { background-color: #BD27DB; }
a { background-color: rgb(189,39,219); }
div.DivClassName
{
background-color: #BD27DB;
}
.BgClassName
{
background-color: #BD27DB;
}
</style>
border-color css
<style>
span { border-color: #BD27DB; }
span { border-color: rgb(189,39,219); }
td.TdClassName
{
border-color: #BD27DB;
}
.TagClassName
{
border-color: #BD27DB;
}
</style>