Shades of Dark Orchid #B82ADD
Tints of Dark Orchid #B82ADD
RGB
CMYK
RGB Variations
Color information
#B82ADD (or 0xB82ADD) is known color: Dark Orchid. HEX triplet: B8, 2A and DD. RGB value is (184,42,221). Sum of RGB (Red+Green+Blue) = 184+42+221=447 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.16% from 447); Green value is 42 (16.80% from 255 or 9.40% from 447); Blue value is 221 (86.72% from 255 or 49.44% from 447); Max value from RGB is 221 - color contains mainly: blue. Hex color #B82ADD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B82ADD is #47D522. Grayscale: #686868. Windows color (decimal): -4707619 or 14494392. OLE color: 14494392.
HSL color Cylindrical-coordinate representation of color #B82ADD: hue angle of 287.6º degrees, saturation: 0.72, 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 #B82ADD is Cyan = 0.17, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 42 | 221 | - |
| CMYK | 0.17 | 0.81 | 0 | 0.13 |
| HSL | 287.6º | 0.72% | 0.52% | - |
| HSV(B) | 287.6º | 0.81% | 0.87% | - |
| XYZ | 33.65 | 17.07 | 69.93 | - |
| YUV | 104.86 | 193.54 | 184.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 42 | 221 | 0.17 | 0.81 | 0 | 0.13 | 287.6 | 0.72 | 0.52 |
| Hex | B8 | 2A | DD | 11 | 51 | 0 | D | 120 | 48 | 34 |
| Octal | 270 | 52 | 335 | 21 | 121 | 0 | 15 | 440 | 110 | 64 |
| Binary | 10111000 | 101010 | 11011101 | 10001 | 1010001 | 0 | 1101 | 100100000 | 1001000 | 110100 |
Color Harmonies of #B82ADD
Complementary color
Monochromatic Colors of #B82ADD
Black with #B82ADD
Text Example
Text Example
White with #B82ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82ADD; }
p { color: rgb(184,42,221); }
H1.HeaderClassName
{
color: #B82ADD;
}
.AnyTagClassName
{
color: #B82ADD;
}
</style>
background-color css
<style>
a { background-color: #B82ADD; }
a { background-color: rgb(184,42,221); }
div.DivClassName
{
background-color: #B82ADD;
}
.BgClassName
{
background-color: #B82ADD;
}
</style>
border-color css
<style>
span { border-color: #B82ADD; }
span { border-color: rgb(184,42,221); }
td.TdClassName
{
border-color: #B82ADD;
}
.TagClassName
{
border-color: #B82ADD;
}
</style>