Shades of Dark Orchid #B928E4
Tints of Dark Orchid #B928E4
RGB
CMYK
RGB Variations
Color information
#B928E4 (or 0xB928E4) is known color: Dark Orchid. HEX triplet: B9, 28 and E4. RGB value is (185,40,228). Sum of RGB (Red+Green+Blue) = 185+40+228=453 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.84% from 453); Green value is 40 (16.02% from 255 or 8.83% from 453); Blue value is 228 (89.45% from 255 or 50.33% from 453); Max value from RGB is 228 - color contains mainly: blue. Hex color #B928E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B928E4 is #46D71B. Grayscale: #686868. Windows color (decimal): -4642588 or 14952633. OLE color: 14952633.
HSL color Cylindrical-coordinate representation of color #B928E4: hue angle of 286.28º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B928E4 is Cyan = 0.19, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 185 | 40 | 228 | - |
| CMYK | 0.19 | 0.82 | 0 | 0.11 |
| HSL | 286.28º | 0.78% | 0.53% | - |
| HSV(B) | 286.28º | 0.82% | 0.89% | - |
| XYZ | 34.77 | 17.43 | 74.93 | - |
| YUV | 104.79 | 197.54 | 185.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 40 | 228 | 0.19 | 0.82 | 0 | 0.11 | 286.28 | 0.78 | 0.53 |
| Hex | B9 | 28 | E4 | 13 | 52 | 0 | B | 11E | 4E | 35 |
| Octal | 271 | 50 | 344 | 23 | 122 | 0 | 13 | 436 | 116 | 65 |
| Binary | 10111001 | 101000 | 11100100 | 10011 | 1010010 | 0 | 1011 | 100011110 | 1001110 | 110101 |
Color Harmonies of #B928E4
Complementary color
Monochromatic Colors of #B928E4
Black with #B928E4
Text Example
Text Example
White with #B928E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B928E4; }
p { color: rgb(185,40,228); }
H1.HeaderClassName
{
color: #B928E4;
}
.AnyTagClassName
{
color: #B928E4;
}
</style>
background-color css
<style>
a { background-color: #B928E4; }
a { background-color: rgb(185,40,228); }
div.DivClassName
{
background-color: #B928E4;
}
.BgClassName
{
background-color: #B928E4;
}
</style>
border-color css
<style>
span { border-color: #B928E4; }
span { border-color: rgb(185,40,228); }
td.TdClassName
{
border-color: #B928E4;
}
.TagClassName
{
border-color: #B928E4;
}
</style>