Shades of Dark Orchid #B92EE3
Tints of Dark Orchid #B92EE3
RGB
CMYK
RGB Variations
Color information
#B92EE3 (or 0xB92EE3) is known color: Dark Orchid. HEX triplet: B9, 2E and E3. RGB value is (185,46,227). Sum of RGB (Red+Green+Blue) = 185+46+227=458 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.39% from 458); Green value is 46 (18.36% from 255 or 10.04% from 458); Blue value is 227 (89.06% from 255 or 49.56% from 458); Max value from RGB is 227 - color contains mainly: blue. Hex color #B92EE3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B92EE3 is #46D11C. Grayscale: #6B6B6B. Windows color (decimal): -4641053 or 14888633. OLE color: 14888633.
HSL color Cylindrical-coordinate representation of color #B92EE3: hue angle of 286.08º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B92EE3 is Cyan = 0.19, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 185 | 46 | 227 | - |
| CMYK | 0.19 | 0.80 | 0 | 0.11 |
| HSL | 286.08º | 0.76% | 0.54% | - |
| HSV(B) | 286.08º | 0.8% | 0.89% | - |
| XYZ | 34.85 | 17.81 | 74.27 | - |
| YUV | 108.2 | 195.05 | 182.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 46 | 227 | 0.19 | 0.80 | 0 | 0.11 | 286.08 | 0.76 | 0.54 |
| Hex | B9 | 2E | E3 | 13 | 50 | 0 | B | 11E | 4C | 36 |
| Octal | 271 | 56 | 343 | 23 | 120 | 0 | 13 | 436 | 114 | 66 |
| Binary | 10111001 | 101110 | 11100011 | 10011 | 1010000 | 0 | 1011 | 100011110 | 1001100 | 110110 |
Color Harmonies of #B92EE3
Complementary color
Monochromatic Colors of #B92EE3
Black with #B92EE3
Text Example
Text Example
White with #B92EE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92EE3; }
p { color: rgb(185,46,227); }
H1.HeaderClassName
{
color: #B92EE3;
}
.AnyTagClassName
{
color: #B92EE3;
}
</style>
background-color css
<style>
a { background-color: #B92EE3; }
a { background-color: rgb(185,46,227); }
div.DivClassName
{
background-color: #B92EE3;
}
.BgClassName
{
background-color: #B92EE3;
}
</style>
border-color css
<style>
span { border-color: #B92EE3; }
span { border-color: rgb(185,46,227); }
td.TdClassName
{
border-color: #B92EE3;
}
.TagClassName
{
border-color: #B92EE3;
}
</style>