Shades of Dark Orchid #B82EE0
Tints of Dark Orchid #B82EE0
RGB
CMYK
RGB Variations
Color information
#B82EE0 (or 0xB82EE0) is known color: Dark Orchid. HEX triplet: B8, 2E and E0. RGB value is (184,46,224). Sum of RGB (Red+Green+Blue) = 184+46+224=454 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.53% from 454); Green value is 46 (18.36% from 255 or 10.13% from 454); Blue value is 224 (87.89% from 255 or 49.34% from 454); Max value from RGB is 224 - color contains mainly: blue. Hex color #B82EE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B82EE0 is #47D11F. Grayscale: #6A6A6A. Windows color (decimal): -4706592 or 14692024. OLE color: 14692024.
HSL color Cylindrical-coordinate representation of color #B82EE0: hue angle of 286.52º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B82EE0 is Cyan = 0.18, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 184 | 46 | 224 | - |
| CMYK | 0.18 | 0.79 | 0 | 0.12 |
| HSL | 286.52º | 0.74% | 0.53% | - |
| HSV(B) | 286.52º | 0.79% | 0.88% | - |
| XYZ | 34.2 | 17.53 | 72.1 | - |
| YUV | 107.55 | 193.72 | 182.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 46 | 224 | 0.18 | 0.79 | 0 | 0.12 | 286.52 | 0.74 | 0.53 |
| Hex | B8 | 2E | E0 | 12 | 4F | 0 | C | 11F | 4A | 35 |
| Octal | 270 | 56 | 340 | 22 | 117 | 0 | 14 | 437 | 112 | 65 |
| Binary | 10111000 | 101110 | 11100000 | 10010 | 1001111 | 0 | 1100 | 100011111 | 1001010 | 110101 |
Color Harmonies of #B82EE0
Complementary color
Monochromatic Colors of #B82EE0
Black with #B82EE0
Text Example
Text Example
White with #B82EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82EE0; }
p { color: rgb(184,46,224); }
H1.HeaderClassName
{
color: #B82EE0;
}
.AnyTagClassName
{
color: #B82EE0;
}
</style>
background-color css
<style>
a { background-color: #B82EE0; }
a { background-color: rgb(184,46,224); }
div.DivClassName
{
background-color: #B82EE0;
}
.BgClassName
{
background-color: #B82EE0;
}
</style>
border-color css
<style>
span { border-color: #B82EE0; }
span { border-color: rgb(184,46,224); }
td.TdClassName
{
border-color: #B82EE0;
}
.TagClassName
{
border-color: #B82EE0;
}
</style>