Shades of Dark Orchid #BD27DC
Tints of Dark Orchid #BD27DC
RGB
CMYK
RGB Variations
Color information
#BD27DC (or 0xBD27DC) is known color: Dark Orchid. HEX triplet: BD, 27 and DC. RGB value is (189,39,220). Sum of RGB (Red+Green+Blue) = 189+39+220=448 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.19% from 448); Green value is 39 (15.62% from 255 or 8.71% from 448); Blue value is 220 (86.33% from 255 or 49.11% from 448); Max value from RGB is 220 - color contains mainly: blue. Hex color #BD27DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD27DC is #42D823. Grayscale: #676767. Windows color (decimal): -4380708 or 14428093. OLE color: 14428093.
HSL color Cylindrical-coordinate representation of color #BD27DC: hue angle of 289.72º degrees, saturation: 0.72, 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 #BD27DC is Cyan = 0.14, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 189 | 39 | 220 | - |
| CMYK | 0.14 | 0.82 | 0 | 0.14 |
| HSL | 289.72º | 0.72% | 0.51% | - |
| HSV(B) | 289.72º | 0.82% | 0.86% | - |
| XYZ | 34.63 | 17.44 | 69.25 | - |
| YUV | 104.48 | 193.2 | 188.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 39 | 220 | 0.14 | 0.82 | 0 | 0.14 | 289.72 | 0.72 | 0.51 |
| Hex | BD | 27 | DC | E | 52 | 0 | E | 122 | 48 | 33 |
| Octal | 275 | 47 | 334 | 16 | 122 | 0 | 16 | 442 | 110 | 63 |
| Binary | 10111101 | 100111 | 11011100 | 1110 | 1010010 | 0 | 1110 | 100100010 | 1001000 | 110011 |
Color Harmonies of #BD27DC
Complementary color
Monochromatic Colors of #BD27DC
Black with #BD27DC
Text Example
Text Example
White with #BD27DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD27DC; }
p { color: rgb(189,39,220); }
H1.HeaderClassName
{
color: #BD27DC;
}
.AnyTagClassName
{
color: #BD27DC;
}
</style>
background-color css
<style>
a { background-color: #BD27DC; }
a { background-color: rgb(189,39,220); }
div.DivClassName
{
background-color: #BD27DC;
}
.BgClassName
{
background-color: #BD27DC;
}
</style>
border-color css
<style>
span { border-color: #BD27DC; }
span { border-color: rgb(189,39,220); }
td.TdClassName
{
border-color: #BD27DC;
}
.TagClassName
{
border-color: #BD27DC;
}
</style>