Shades of Dark Orchid #B928D9
Tints of Dark Orchid #B928D9
RGB
CMYK
RGB Variations
Color information
#B928D9 (or 0xB928D9) is known color: Dark Orchid. HEX triplet: B9, 28 and D9. RGB value is (185,40,217). Sum of RGB (Red+Green+Blue) = 185+40+217=442 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.86% from 442); Green value is 40 (16.02% from 255 or 9.05% from 442); Blue value is 217 (85.16% from 255 or 49.10% from 442); Max value from RGB is 217 - color contains mainly: blue. Hex color #B928D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B928D9 is #46D726. Grayscale: #666666. Windows color (decimal): -4642599 or 14231737. OLE color: 14231737.
HSL color Cylindrical-coordinate representation of color #B928D9: hue angle of 289.15º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B928D9 is Cyan = 0.15, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 185 | 40 | 217 | - |
| CMYK | 0.15 | 0.82 | 0 | 0.15 |
| HSL | 289.15º | 0.7% | 0.5% | - |
| HSV(B) | 289.15º | 0.82% | 0.85% | - |
| XYZ | 33.29 | 16.84 | 67.14 | - |
| YUV | 103.53 | 192.04 | 186.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 40 | 217 | 0.15 | 0.82 | 0 | 0.15 | 289.15 | 0.7 | 0.5 |
| Hex | B9 | 28 | D9 | F | 52 | 0 | F | 121 | 46 | 32 |
| Octal | 271 | 50 | 331 | 17 | 122 | 0 | 17 | 441 | 106 | 62 |
| Binary | 10111001 | 101000 | 11011001 | 1111 | 1010010 | 0 | 1111 | 100100001 | 1000110 | 110010 |
Color Harmonies of #B928D9
Complementary color
Monochromatic Colors of #B928D9
Black with #B928D9
Text Example
Text Example
White with #B928D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B928D9; }
p { color: rgb(185,40,217); }
H1.HeaderClassName
{
color: #B928D9;
}
.AnyTagClassName
{
color: #B928D9;
}
</style>
background-color css
<style>
a { background-color: #B928D9; }
a { background-color: rgb(185,40,217); }
div.DivClassName
{
background-color: #B928D9;
}
.BgClassName
{
background-color: #B928D9;
}
</style>
border-color css
<style>
span { border-color: #B928D9; }
span { border-color: rgb(185,40,217); }
td.TdClassName
{
border-color: #B928D9;
}
.TagClassName
{
border-color: #B928D9;
}
</style>