Shades of Dark Orchid #B82ADE
Tints of Dark Orchid #B82ADE
RGB
CMYK
RGB Variations
Color information
#B82ADE (or 0xB82ADE) is known color: Dark Orchid. HEX triplet: B8, 2A and DE. RGB value is (184,42,222). Sum of RGB (Red+Green+Blue) = 184+42+222=448 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.07% from 448); Green value is 42 (16.80% from 255 or 9.38% from 448); Blue value is 222 (87.11% from 255 or 49.55% from 448); Max value from RGB is 222 - color contains mainly: blue. Hex color #B82ADE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B82ADE is #47D521. Grayscale: #686868. Windows color (decimal): -4707618 or 14559928. OLE color: 14559928.
HSL color Cylindrical-coordinate representation of color #B82ADE: hue angle of 287.33º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B82ADE is Cyan = 0.17, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 42 | 222 | - |
| CMYK | 0.17 | 0.81 | 0 | 0.13 |
| HSL | 287.33º | 0.73% | 0.52% | - |
| HSV(B) | 287.33º | 0.81% | 0.87% | - |
| XYZ | 33.78 | 17.12 | 70.63 | - |
| YUV | 104.98 | 194.04 | 184.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 42 | 222 | 0.17 | 0.81 | 0 | 0.13 | 287.33 | 0.73 | 0.52 |
| Hex | B8 | 2A | DE | 11 | 51 | 0 | D | 11F | 49 | 34 |
| Octal | 270 | 52 | 336 | 21 | 121 | 0 | 15 | 437 | 111 | 64 |
| Binary | 10111000 | 101010 | 11011110 | 10001 | 1010001 | 0 | 1101 | 100011111 | 1001001 | 110100 |
Color Harmonies of #B82ADE
Complementary color
Monochromatic Colors of #B82ADE
Black with #B82ADE
Text Example
Text Example
White with #B82ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82ADE; }
p { color: rgb(184,42,222); }
H1.HeaderClassName
{
color: #B82ADE;
}
.AnyTagClassName
{
color: #B82ADE;
}
</style>
background-color css
<style>
a { background-color: #B82ADE; }
a { background-color: rgb(184,42,222); }
div.DivClassName
{
background-color: #B82ADE;
}
.BgClassName
{
background-color: #B82ADE;
}
</style>
border-color css
<style>
span { border-color: #B82ADE; }
span { border-color: rgb(184,42,222); }
td.TdClassName
{
border-color: #B82ADE;
}
.TagClassName
{
border-color: #B82ADE;
}
</style>