Shades of Dark Orchid #B82EDE
Tints of Dark Orchid #B82EDE
RGB
CMYK
RGB Variations
Color information
#B82EDE (or 0xB82EDE) is known color: Dark Orchid. HEX triplet: B8, 2E and DE. RGB value is (184,46,222). Sum of RGB (Red+Green+Blue) = 184+46+222=452 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.71% from 452); Green value is 46 (18.36% from 255 or 10.18% from 452); Blue value is 222 (87.11% from 255 or 49.12% from 452); Max value from RGB is 222 - color contains mainly: blue. Hex color #B82EDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B82EDE is #47D121. Grayscale: #6A6A6A. Windows color (decimal): -4706594 or 14560952. OLE color: 14560952.
HSL color Cylindrical-coordinate representation of color #B82EDE: hue angle of 287.05º 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 #B82EDE is Cyan = 0.17, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 46 | 222 | - |
| CMYK | 0.17 | 0.79 | 0 | 0.13 |
| HSL | 287.05º | 0.73% | 0.53% | - |
| HSV(B) | 287.05º | 0.79% | 0.87% | - |
| XYZ | 33.93 | 17.42 | 70.68 | - |
| YUV | 107.33 | 192.72 | 182.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 46 | 222 | 0.17 | 0.79 | 0 | 0.13 | 287.05 | 0.73 | 0.53 |
| Hex | B8 | 2E | DE | 11 | 4F | 0 | D | 11F | 49 | 35 |
| Octal | 270 | 56 | 336 | 21 | 117 | 0 | 15 | 437 | 111 | 65 |
| Binary | 10111000 | 101110 | 11011110 | 10001 | 1001111 | 0 | 1101 | 100011111 | 1001001 | 110101 |
Color Harmonies of #B82EDE
Complementary color
Monochromatic Colors of #B82EDE
Black with #B82EDE
Text Example
Text Example
White with #B82EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82EDE; }
p { color: rgb(184,46,222); }
H1.HeaderClassName
{
color: #B82EDE;
}
.AnyTagClassName
{
color: #B82EDE;
}
</style>
background-color css
<style>
a { background-color: #B82EDE; }
a { background-color: rgb(184,46,222); }
div.DivClassName
{
background-color: #B82EDE;
}
.BgClassName
{
background-color: #B82EDE;
}
</style>
border-color css
<style>
span { border-color: #B82EDE; }
span { border-color: rgb(184,46,222); }
td.TdClassName
{
border-color: #B82EDE;
}
.TagClassName
{
border-color: #B82EDE;
}
</style>