Shades of Dark Orchid #B92EEA
Tints of Dark Orchid #B92EEA
RGB
CMYK
RGB Variations
Color information
#B92EEA (or 0xB92EEA) is known color: Dark Orchid. HEX triplet: B9, 2E and EA. RGB value is (185,46,234). Sum of RGB (Red+Green+Blue) = 185+46+234=465 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.78% from 465); Green value is 46 (18.36% from 255 or 9.89% from 465); Blue value is 234 (91.80% from 255 or 50.32% from 465); Max value from RGB is 234 - color contains mainly: blue. Hex color #B92EEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B92EEA is #46D115. Grayscale: #6C6C6C. Windows color (decimal): -4641046 or 15347385. OLE color: 15347385.
HSL color Cylindrical-coordinate representation of color #B92EEA: hue angle of 284.36º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B92EEA is Cyan = 0.21, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 185 | 46 | 234 | - |
| CMYK | 0.21 | 0.80 | 0 | 0.08 |
| HSL | 284.36º | 0.82% | 0.55% | - |
| HSV(B) | 284.36º | 0.8% | 0.92% | - |
| XYZ | 35.84 | 18.21 | 79.47 | - |
| YUV | 108.99 | 198.55 | 182.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 46 | 234 | 0.21 | 0.80 | 0 | 0.08 | 284.36 | 0.82 | 0.55 |
| Hex | B9 | 2E | EA | 15 | 50 | 0 | 8 | 11C | 52 | 37 |
| Octal | 271 | 56 | 352 | 25 | 120 | 0 | 10 | 434 | 122 | 67 |
| Binary | 10111001 | 101110 | 11101010 | 10101 | 1010000 | 0 | 1000 | 100011100 | 1010010 | 110111 |
Color Harmonies of #B92EEA
Complementary color
Monochromatic Colors of #B92EEA
Black with #B92EEA
Text Example
Text Example
White with #B92EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B92EEA; }
p { color: rgb(185,46,234); }
H1.HeaderClassName
{
color: #B92EEA;
}
.AnyTagClassName
{
color: #B92EEA;
}
</style>
background-color css
<style>
a { background-color: #B92EEA; }
a { background-color: rgb(185,46,234); }
div.DivClassName
{
background-color: #B92EEA;
}
.BgClassName
{
background-color: #B92EEA;
}
</style>
border-color css
<style>
span { border-color: #B92EEA; }
span { border-color: rgb(185,46,234); }
td.TdClassName
{
border-color: #B92EEA;
}
.TagClassName
{
border-color: #B92EEA;
}
</style>