Shades of Dark Orchid #B928E7
Tints of Dark Orchid #B928E7
RGB
CMYK
RGB Variations
Color information
#B928E7 (or 0xB928E7) is known color: Dark Orchid. HEX triplet: B9, 28 and E7. RGB value is (185,40,231). Sum of RGB (Red+Green+Blue) = 185+40+231=456 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.57% from 456); Green value is 40 (16.02% from 255 or 8.77% from 456); Blue value is 231 (90.62% from 255 or 50.66% from 456); Max value from RGB is 231 - color contains mainly: blue. Hex color #B928E7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B928E7 is #46D718. Grayscale: #686868. Windows color (decimal): -4642585 or 15149241. OLE color: 15149241.
HSL color Cylindrical-coordinate representation of color #B928E7: hue angle of 285.55º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B928E7 is Cyan = 0.20, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 185 | 40 | 231 | - |
| CMYK | 0.20 | 0.83 | 0 | 0.09 |
| HSL | 285.55º | 0.8% | 0.53% | - |
| HSV(B) | 285.55º | 0.83% | 0.91% | - |
| XYZ | 35.19 | 17.6 | 77.14 | - |
| YUV | 105.13 | 199.04 | 184.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 40 | 231 | 0.20 | 0.83 | 0 | 0.09 | 285.55 | 0.8 | 0.53 |
| Hex | B9 | 28 | E7 | 14 | 53 | 0 | 9 | 11E | 50 | 35 |
| Octal | 271 | 50 | 347 | 24 | 123 | 0 | 11 | 436 | 120 | 65 |
| Binary | 10111001 | 101000 | 11100111 | 10100 | 1010011 | 0 | 1001 | 100011110 | 1010000 | 110101 |
Color Harmonies of #B928E7
Complementary color
Monochromatic Colors of #B928E7
Black with #B928E7
Text Example
Text Example
White with #B928E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B928E7; }
p { color: rgb(185,40,231); }
H1.HeaderClassName
{
color: #B928E7;
}
.AnyTagClassName
{
color: #B928E7;
}
</style>
background-color css
<style>
a { background-color: #B928E7; }
a { background-color: rgb(185,40,231); }
div.DivClassName
{
background-color: #B928E7;
}
.BgClassName
{
background-color: #B928E7;
}
</style>
border-color css
<style>
span { border-color: #B928E7; }
span { border-color: rgb(185,40,231); }
td.TdClassName
{
border-color: #B928E7;
}
.TagClassName
{
border-color: #B928E7;
}
</style>