Shades of Dark Orchid #B927D5
Tints of Dark Orchid #B927D5
RGB
CMYK
RGB Variations
Color information
#B927D5 (or 0xB927D5) is known color: Dark Orchid. HEX triplet: B9, 27 and D5. RGB value is (185,39,213). Sum of RGB (Red+Green+Blue) = 185+39+213=437 (57% of max value = 765). Red value is 185 (72.66% from 255 or 42.33% from 437); Green value is 39 (15.62% from 255 or 8.92% from 437); Blue value is 213 (83.59% from 255 or 48.74% from 437); Max value from RGB is 213 - color contains mainly: blue. Hex color #B927D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B927D5 is #46D82A. Grayscale: #656565. Windows color (decimal): -4642859 or 13969337. OLE color: 13969337.
HSL color Cylindrical-coordinate representation of color #B927D5: hue angle of 290.34º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B927D5 is Cyan = 0.13, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 185 | 39 | 213 | - |
| CMYK | 0.13 | 0.82 | 0 | 0.16 |
| HSL | 290.34º | 0.69% | 0.49% | - |
| HSV(B) | 290.34º | 0.82% | 0.84% | - |
| XYZ | 32.74 | 16.57 | 64.42 | - |
| YUV | 102.49 | 190.37 | 186.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 39 | 213 | 0.13 | 0.82 | 0 | 0.16 | 290.34 | 0.69 | 0.49 |
| Hex | B9 | 27 | D5 | D | 52 | 0 | 10 | 122 | 45 | 31 |
| Octal | 271 | 47 | 325 | 15 | 122 | 0 | 20 | 442 | 105 | 61 |
| Binary | 10111001 | 100111 | 11010101 | 1101 | 1010010 | 0 | 10000 | 100100010 | 1000101 | 110001 |
Color Harmonies of #B927D5
Complementary color
Monochromatic Colors of #B927D5
Black with #B927D5
Text Example
Text Example
White with #B927D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B927D5; }
p { color: rgb(185,39,213); }
H1.HeaderClassName
{
color: #B927D5;
}
.AnyTagClassName
{
color: #B927D5;
}
</style>
background-color css
<style>
a { background-color: #B927D5; }
a { background-color: rgb(185,39,213); }
div.DivClassName
{
background-color: #B927D5;
}
.BgClassName
{
background-color: #B927D5;
}
</style>
border-color css
<style>
span { border-color: #B927D5; }
span { border-color: rgb(185,39,213); }
td.TdClassName
{
border-color: #B927D5;
}
.TagClassName
{
border-color: #B927D5;
}
</style>