Shades of Dark Orchid #B92EDB
Tints of Dark Orchid #B92EDB
RGB
CMYK
RGB Variations
Color information
#B92EDB (or 0xB92EDB) is known color: Dark Orchid. HEX triplet: B9, 2E and DB. RGB value is (185,46,219). Sum of RGB (Red+Green+Blue) = 185+46+219=450 (59% of max value = 765). Red value is 185 (72.66% from 255 or 41.11% from 450); Green value is 46 (18.36% from 255 or 10.22% from 450); Blue value is 219 (85.94% from 255 or 48.67% from 450); Max value from RGB is 219 - color contains mainly: blue. Hex color #B92EDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B92EDB is #46D124. Grayscale: #6A6A6A. Windows color (decimal): -4641061 or 14364345. OLE color: 14364345.
HSL color Cylindrical-coordinate representation of color #B92EDB: hue angle of 288.21º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B92EDB is Cyan = 0.16, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 185 | 46 | 219 | - |
| CMYK | 0.16 | 0.79 | 0 | 0.14 |
| HSL | 288.21º | 0.71% | 0.52% | - |
| HSV(B) | 288.21º | 0.79% | 0.86% | - |
| XYZ | 33.77 | 17.38 | 68.59 | - |
| YUV | 107.28 | 191.05 | 183.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 46 | 219 | 0.16 | 0.79 | 0 | 0.14 | 288.21 | 0.71 | 0.52 |
| Hex | B9 | 2E | DB | 10 | 4F | 0 | E | 120 | 47 | 34 |
| Octal | 271 | 56 | 333 | 20 | 117 | 0 | 16 | 440 | 107 | 64 |
| Binary | 10111001 | 101110 | 11011011 | 10000 | 1001111 | 0 | 1110 | 100100000 | 1000111 | 110100 |
Color Harmonies of #B92EDB
Complementary color
Monochromatic Colors of #B92EDB
Black with #B92EDB
Text Example
Text Example
White with #B92EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92EDB; }
p { color: rgb(185,46,219); }
H1.HeaderClassName
{
color: #B92EDB;
}
.AnyTagClassName
{
color: #B92EDB;
}
</style>
background-color css
<style>
a { background-color: #B92EDB; }
a { background-color: rgb(185,46,219); }
div.DivClassName
{
background-color: #B92EDB;
}
.BgClassName
{
background-color: #B92EDB;
}
</style>
border-color css
<style>
span { border-color: #B92EDB; }
span { border-color: rgb(185,46,219); }
td.TdClassName
{
border-color: #B92EDB;
}
.TagClassName
{
border-color: #B92EDB;
}
</style>