Shades of Dark Orchid #B928E9
Tints of Dark Orchid #B928E9
RGB
CMYK
RGB Variations
Color information
#B928E9 (or 0xB928E9) is known color: Dark Orchid. HEX triplet: B9, 28 and E9. RGB value is (185,40,233). Sum of RGB (Red+Green+Blue) = 185+40+233=458 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.39% from 458); Green value is 40 (16.02% from 255 or 8.73% from 458); Blue value is 233 (91.41% from 255 or 50.87% from 458); Max value from RGB is 233 - color contains mainly: blue. Hex color #B928E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B928E9 is #46D716. Grayscale: #686868. Windows color (decimal): -4642583 or 15280313. OLE color: 15280313.
HSL color Cylindrical-coordinate representation of color #B928E9: hue angle of 285.08º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B928E9 is Cyan = 0.21, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 185 | 40 | 233 | - |
| CMYK | 0.21 | 0.83 | 0 | 0.09 |
| HSL | 285.08º | 0.81% | 0.54% | - |
| HSV(B) | 285.08º | 0.83% | 0.91% | - |
| XYZ | 35.47 | 17.72 | 78.64 | - |
| YUV | 105.36 | 200.04 | 184.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 40 | 233 | 0.21 | 0.83 | 0 | 0.09 | 285.08 | 0.81 | 0.54 |
| Hex | B9 | 28 | E9 | 15 | 53 | 0 | 9 | 11D | 51 | 36 |
| Octal | 271 | 50 | 351 | 25 | 123 | 0 | 11 | 435 | 121 | 66 |
| Binary | 10111001 | 101000 | 11101001 | 10101 | 1010011 | 0 | 1001 | 100011101 | 1010001 | 110110 |
Color Harmonies of #B928E9
Complementary color
Monochromatic Colors of #B928E9
Black with #B928E9
Text Example
Text Example
White with #B928E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B928E9; }
p { color: rgb(185,40,233); }
H1.HeaderClassName
{
color: #B928E9;
}
.AnyTagClassName
{
color: #B928E9;
}
</style>
background-color css
<style>
a { background-color: #B928E9; }
a { background-color: rgb(185,40,233); }
div.DivClassName
{
background-color: #B928E9;
}
.BgClassName
{
background-color: #B928E9;
}
</style>
border-color css
<style>
span { border-color: #B928E9; }
span { border-color: rgb(185,40,233); }
td.TdClassName
{
border-color: #B928E9;
}
.TagClassName
{
border-color: #B928E9;
}
</style>