Shades of Dark Orchid #B92EDE
Tints of Dark Orchid #B92EDE
RGB
CMYK
RGB Variations
Color information
#B92EDE (or 0xB92EDE) is known color: Dark Orchid. HEX triplet: B9, 2E and DE. RGB value is (185,46,222). Sum of RGB (Red+Green+Blue) = 185+46+222=453 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.84% from 453); Green value is 46 (18.36% from 255 or 10.15% from 453); Blue value is 222 (87.11% from 255 or 49.01% from 453); Max value from RGB is 222 - color contains mainly: blue. Hex color #B92EDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B92EDE is #46D121. Grayscale: #6B6B6B. Windows color (decimal): -4641058 or 14560953. OLE color: 14560953.
HSL color Cylindrical-coordinate representation of color #B92EDE: hue angle of 287.39º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B92EDE is Cyan = 0.17, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 185 | 46 | 222 | - |
| CMYK | 0.17 | 0.79 | 0 | 0.13 |
| HSL | 287.39º | 0.73% | 0.53% | - |
| HSV(B) | 287.39º | 0.79% | 0.87% | - |
| XYZ | 34.17 | 17.54 | 70.69 | - |
| YUV | 107.63 | 192.55 | 183.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 46 | 222 | 0.17 | 0.79 | 0 | 0.13 | 287.39 | 0.73 | 0.53 |
| Hex | B9 | 2E | DE | 11 | 4F | 0 | D | 11F | 49 | 35 |
| Octal | 271 | 56 | 336 | 21 | 117 | 0 | 15 | 437 | 111 | 65 |
| Binary | 10111001 | 101110 | 11011110 | 10001 | 1001111 | 0 | 1101 | 100011111 | 1001001 | 110101 |
Color Harmonies of #B92EDE
Complementary color
Monochromatic Colors of #B92EDE
Black with #B92EDE
Text Example
Text Example
White with #B92EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92EDE; }
p { color: rgb(185,46,222); }
H1.HeaderClassName
{
color: #B92EDE;
}
.AnyTagClassName
{
color: #B92EDE;
}
</style>
background-color css
<style>
a { background-color: #B92EDE; }
a { background-color: rgb(185,46,222); }
div.DivClassName
{
background-color: #B92EDE;
}
.BgClassName
{
background-color: #B92EDE;
}
</style>
border-color css
<style>
span { border-color: #B92EDE; }
span { border-color: rgb(185,46,222); }
td.TdClassName
{
border-color: #B92EDE;
}
.TagClassName
{
border-color: #B92EDE;
}
</style>