Shades of Dark Orchid #B928E0
Tints of Dark Orchid #B928E0
RGB
CMYK
RGB Variations
Color information
#B928E0 (or 0xB928E0) is known color: Dark Orchid. HEX triplet: B9, 28 and E0. RGB value is (185,40,224). Sum of RGB (Red+Green+Blue) = 185+40+224=449 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.20% from 449); Green value is 40 (16.02% from 255 or 8.91% from 449); Blue value is 224 (87.89% from 255 or 49.89% from 449); Max value from RGB is 224 - color contains mainly: blue. Hex color #B928E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B928E0 is #46D71F. Grayscale: #676767. Windows color (decimal): -4642592 or 14690489. OLE color: 14690489.
HSL color Cylindrical-coordinate representation of color #B928E0: hue angle of 287.28º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B928E0 is Cyan = 0.17, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 185 | 40 | 224 | - |
| CMYK | 0.17 | 0.82 | 0 | 0.12 |
| HSL | 287.28º | 0.75% | 0.52% | - |
| HSV(B) | 287.28º | 0.82% | 0.88% | - |
| XYZ | 34.22 | 17.21 | 72.04 | - |
| YUV | 104.33 | 195.54 | 185.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 40 | 224 | 0.17 | 0.82 | 0 | 0.12 | 287.28 | 0.75 | 0.52 |
| Hex | B9 | 28 | E0 | 11 | 52 | 0 | C | 11F | 4B | 34 |
| Octal | 271 | 50 | 340 | 21 | 122 | 0 | 14 | 437 | 113 | 64 |
| Binary | 10111001 | 101000 | 11100000 | 10001 | 1010010 | 0 | 1100 | 100011111 | 1001011 | 110100 |
Color Harmonies of #B928E0
Complementary color
Monochromatic Colors of #B928E0
Black with #B928E0
Text Example
Text Example
White with #B928E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B928E0; }
p { color: rgb(185,40,224); }
H1.HeaderClassName
{
color: #B928E0;
}
.AnyTagClassName
{
color: #B928E0;
}
</style>
background-color css
<style>
a { background-color: #B928E0; }
a { background-color: rgb(185,40,224); }
div.DivClassName
{
background-color: #B928E0;
}
.BgClassName
{
background-color: #B928E0;
}
</style>
border-color css
<style>
span { border-color: #B928E0; }
span { border-color: rgb(185,40,224); }
td.TdClassName
{
border-color: #B928E0;
}
.TagClassName
{
border-color: #B928E0;
}
</style>