Shades of Dark Orchid #B82DDD
Tints of Dark Orchid #B82DDD
RGB
CMYK
RGB Variations
Color information
#B82DDD (or 0xB82DDD) is known color: Dark Orchid. HEX triplet: B8, 2D and DD. RGB value is (184,45,221). Sum of RGB (Red+Green+Blue) = 184+45+221=450 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.89% from 450); Green value is 45 (17.97% from 255 or 10% from 450); Blue value is 221 (86.72% from 255 or 49.11% from 450); Max value from RGB is 221 - color contains mainly: blue. Hex color #B82DDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B82DDD is #47D222. Grayscale: #6A6A6A. Windows color (decimal): -4706851 or 14495160. OLE color: 14495160.
HSL color Cylindrical-coordinate representation of color #B82DDD: hue angle of 287.39º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B82DDD is Cyan = 0.17, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 184 | 45 | 221 | - |
| CMYK | 0.17 | 0.80 | 0 | 0.13 |
| HSL | 287.39º | 0.72% | 0.52% | - |
| HSV(B) | 287.39º | 0.8% | 0.87% | - |
| XYZ | 33.76 | 17.29 | 69.96 | - |
| YUV | 106.63 | 192.55 | 183.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 45 | 221 | 0.17 | 0.80 | 0 | 0.13 | 287.39 | 0.72 | 0.52 |
| Hex | B8 | 2D | DD | 11 | 50 | 0 | D | 11F | 48 | 34 |
| Octal | 270 | 55 | 335 | 21 | 120 | 0 | 15 | 437 | 110 | 64 |
| Binary | 10111000 | 101101 | 11011101 | 10001 | 1010000 | 0 | 1101 | 100011111 | 1001000 | 110100 |
Color Harmonies of #B82DDD
Complementary color
Monochromatic Colors of #B82DDD
Black with #B82DDD
Text Example
Text Example
White with #B82DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82DDD; }
p { color: rgb(184,45,221); }
H1.HeaderClassName
{
color: #B82DDD;
}
.AnyTagClassName
{
color: #B82DDD;
}
</style>
background-color css
<style>
a { background-color: #B82DDD; }
a { background-color: rgb(184,45,221); }
div.DivClassName
{
background-color: #B82DDD;
}
.BgClassName
{
background-color: #B82DDD;
}
</style>
border-color css
<style>
span { border-color: #B82DDD; }
span { border-color: rgb(184,45,221); }
td.TdClassName
{
border-color: #B82DDD;
}
.TagClassName
{
border-color: #B82DDD;
}
</style>