Shades of Dark Orchid #B927DD
Tints of Dark Orchid #B927DD
RGB
CMYK
RGB Variations
Color information
#B927DD (or 0xB927DD) is known color: Dark Orchid. HEX triplet: B9, 27 and DD. RGB value is (185,39,221). Sum of RGB (Red+Green+Blue) = 185+39+221=445 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.57% from 445); Green value is 39 (15.62% from 255 or 8.76% from 445); Blue value is 221 (86.72% from 255 or 49.66% from 445); Max value from RGB is 221 - color contains mainly: blue. Hex color #B927DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B927DD is #46D822. Grayscale: #666666. Windows color (decimal): -4642851 or 14493625. OLE color: 14493625.
HSL color Cylindrical-coordinate representation of color #B927DD: hue angle of 288.13º 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 #B927DD is Cyan = 0.16, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 39 | 221 | - |
| CMYK | 0.16 | 0.82 | 0 | 0.13 |
| HSL | 288.13º | 0.73% | 0.51% | - |
| HSV(B) | 288.13º | 0.82% | 0.87% | - |
| XYZ | 33.78 | 16.99 | 69.9 | - |
| YUV | 103.4 | 194.37 | 186.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 39 | 221 | 0.16 | 0.82 | 0 | 0.13 | 288.13 | 0.73 | 0.51 |
| Hex | B9 | 27 | DD | 10 | 52 | 0 | D | 120 | 49 | 33 |
| Octal | 271 | 47 | 335 | 20 | 122 | 0 | 15 | 440 | 111 | 63 |
| Binary | 10111001 | 100111 | 11011101 | 10000 | 1010010 | 0 | 1101 | 100100000 | 1001001 | 110011 |
Color Harmonies of #B927DD
Complementary color
Monochromatic Colors of #B927DD
Black with #B927DD
Text Example
Text Example
White with #B927DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B927DD; }
p { color: rgb(185,39,221); }
H1.HeaderClassName
{
color: #B927DD;
}
.AnyTagClassName
{
color: #B927DD;
}
</style>
background-color css
<style>
a { background-color: #B927DD; }
a { background-color: rgb(185,39,221); }
div.DivClassName
{
background-color: #B927DD;
}
.BgClassName
{
background-color: #B927DD;
}
</style>
border-color css
<style>
span { border-color: #B927DD; }
span { border-color: rgb(185,39,221); }
td.TdClassName
{
border-color: #B927DD;
}
.TagClassName
{
border-color: #B927DD;
}
</style>