Shades of Dark Orchid #B927D0
Tints of Dark Orchid #B927D0
RGB
CMYK
RGB Variations
Color information
#B927D0 (or 0xB927D0) is known color: Dark Orchid. HEX triplet: B9, 27 and D0. RGB value is (185,39,208). Sum of RGB (Red+Green+Blue) = 185+39+208=432 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.82% from 432); Green value is 39 (15.62% from 255 or 9.03% from 432); Blue value is 208 (81.64% from 255 or 48.15% from 432); Max value from RGB is 208 - color contains mainly: blue. Hex color #B927D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B927D0 is #46D82F. Grayscale: #656565. Windows color (decimal): -4642864 or 13641657. OLE color: 13641657.
HSL color Cylindrical-coordinate representation of color #B927D0: hue angle of 291.83º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B927D0 is Cyan = 0.11, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 185 | 39 | 208 | - |
| CMYK | 0.11 | 0.81 | 0 | 0.18 |
| HSL | 291.83º | 0.68% | 0.48% | - |
| HSV(B) | 291.83º | 0.81% | 0.82% | - |
| XYZ | 32.12 | 16.32 | 61.13 | - |
| YUV | 101.92 | 187.87 | 187.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 39 | 208 | 0.11 | 0.81 | 0 | 0.18 | 291.83 | 0.68 | 0.48 |
| Hex | B9 | 27 | D0 | B | 51 | 0 | 12 | 124 | 44 | 30 |
| Octal | 271 | 47 | 320 | 13 | 121 | 0 | 22 | 444 | 104 | 60 |
| Binary | 10111001 | 100111 | 11010000 | 1011 | 1010001 | 0 | 10010 | 100100100 | 1000100 | 110000 |
Color Harmonies of #B927D0
Complementary color
Monochromatic Colors of #B927D0
Black with #B927D0
Text Example
Text Example
White with #B927D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B927D0; }
p { color: rgb(185,39,208); }
H1.HeaderClassName
{
color: #B927D0;
}
.AnyTagClassName
{
color: #B927D0;
}
</style>
background-color css
<style>
a { background-color: #B927D0; }
a { background-color: rgb(185,39,208); }
div.DivClassName
{
background-color: #B927D0;
}
.BgClassName
{
background-color: #B927D0;
}
</style>
border-color css
<style>
span { border-color: #B927D0; }
span { border-color: rgb(185,39,208); }
td.TdClassName
{
border-color: #B927D0;
}
.TagClassName
{
border-color: #B927D0;
}
</style>