Shades of Dark Orchid #BD27DE
Tints of Dark Orchid #BD27DE
RGB
CMYK
RGB Variations
Color information
#BD27DE (or 0xBD27DE) is known color: Dark Orchid. HEX triplet: BD, 27 and DE. RGB value is (189,39,222). Sum of RGB (Red+Green+Blue) = 189+39+222=450 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42% from 450); Green value is 39 (15.62% from 255 or 8.67% from 450); Blue value is 222 (87.11% from 255 or 49.33% from 450); Max value from RGB is 222 - color contains mainly: blue. Hex color #BD27DE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BD27DE is #42D821. Grayscale: #686868. Windows color (decimal): -4380706 or 14559165. OLE color: 14559165.
HSL color Cylindrical-coordinate representation of color #BD27DE: hue angle of 289.18º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BD27DE is Cyan = 0.15, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 189 | 39 | 222 | - |
| CMYK | 0.15 | 0.82 | 0 | 0.13 |
| HSL | 289.18º | 0.73% | 0.51% | - |
| HSV(B) | 289.18º | 0.82% | 0.87% | - |
| XYZ | 34.9 | 17.54 | 70.65 | - |
| YUV | 104.71 | 194.2 | 188.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 39 | 222 | 0.15 | 0.82 | 0 | 0.13 | 289.18 | 0.73 | 0.51 |
| Hex | BD | 27 | DE | F | 52 | 0 | D | 121 | 49 | 33 |
| Octal | 275 | 47 | 336 | 17 | 122 | 0 | 15 | 441 | 111 | 63 |
| Binary | 10111101 | 100111 | 11011110 | 1111 | 1010010 | 0 | 1101 | 100100001 | 1001001 | 110011 |
Color Harmonies of #BD27DE
Complementary color
Monochromatic Colors of #BD27DE
Black with #BD27DE
Text Example
Text Example
White with #BD27DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD27DE; }
p { color: rgb(189,39,222); }
H1.HeaderClassName
{
color: #BD27DE;
}
.AnyTagClassName
{
color: #BD27DE;
}
</style>
background-color css
<style>
a { background-color: #BD27DE; }
a { background-color: rgb(189,39,222); }
div.DivClassName
{
background-color: #BD27DE;
}
.BgClassName
{
background-color: #BD27DE;
}
</style>
border-color css
<style>
span { border-color: #BD27DE; }
span { border-color: rgb(189,39,222); }
td.TdClassName
{
border-color: #BD27DE;
}
.TagClassName
{
border-color: #BD27DE;
}
</style>