Shades of Dark Orchid #B82EEE
Tints of Dark Orchid #B82EEE
RGB
CMYK
RGB Variations
Color information
#B82EEE (or 0xB82EEE) is known color: Dark Orchid. HEX triplet: B8, 2E and EE. RGB value is (184,46,238). Sum of RGB (Red+Green+Blue) = 184+46+238=468 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.32% from 468); Green value is 46 (18.36% from 255 or 9.83% from 468); Blue value is 238 (93.36% from 255 or 50.85% from 468); Max value from RGB is 238 - color contains mainly: blue. Hex color #B82EEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B82EEE is #47D111. Grayscale: #6C6C6C. Windows color (decimal): -4706578 or 15609528. OLE color: 15609528.
HSL color Cylindrical-coordinate representation of color #B82EEE: hue angle of 283.12º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B82EEE is Cyan = 0.23, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 46 | 238 | - |
| CMYK | 0.23 | 0.81 | 0 | 0.07 |
| HSL | 283.13º | 0.85% | 0.56% | - |
| HSV(B) | 283.13º | 0.81% | 0.93% | - |
| XYZ | 36.18 | 18.32 | 82.52 | - |
| YUV | 109.15 | 200.72 | 181.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 46 | 238 | 0.23 | 0.81 | 0 | 0.07 | 283.13 | 0.85 | 0.56 |
| Hex | B8 | 2E | EE | 17 | 51 | 0 | 7 | 11B | 55 | 38 |
| Octal | 270 | 56 | 356 | 27 | 121 | 0 | 7 | 433 | 125 | 70 |
| Binary | 10111000 | 101110 | 11101110 | 10111 | 1010001 | 0 | 111 | 100011011 | 1010101 | 111000 |
Color Harmonies of #B82EEE
Complementary color
Monochromatic Colors of #B82EEE
Black with #B82EEE
Text Example
Text Example
White with #B82EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82EEE; }
p { color: rgb(184,46,238); }
H1.HeaderClassName
{
color: #B82EEE;
}
.AnyTagClassName
{
color: #B82EEE;
}
</style>
background-color css
<style>
a { background-color: #B82EEE; }
a { background-color: rgb(184,46,238); }
div.DivClassName
{
background-color: #B82EEE;
}
.BgClassName
{
background-color: #B82EEE;
}
</style>
border-color css
<style>
span { border-color: #B82EEE; }
span { border-color: rgb(184,46,238); }
td.TdClassName
{
border-color: #B82EEE;
}
.TagClassName
{
border-color: #B82EEE;
}
</style>