Shades of Dark Orchid #B82ECD
Tints of Dark Orchid #B82ECD
RGB
CMYK
RGB Variations
Color information
#B82ECD (or 0xB82ECD) is known color: Dark Orchid. HEX triplet: B8, 2E and CD. RGB value is (184,46,205). Sum of RGB (Red+Green+Blue) = 184+46+205=435 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.30% from 435); Green value is 46 (18.36% from 255 or 10.57% from 435); Blue value is 205 (80.47% from 255 or 47.13% from 435); Max value from RGB is 205 - color contains mainly: blue. Hex color #B82ECD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B82ECD is #47D132. Grayscale: #686868. Windows color (decimal): -4706611 or 13446840. OLE color: 13446840.
HSL color Cylindrical-coordinate representation of color #B82ECD: hue angle of 292.08º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B82ECD is Cyan = 0.10, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 184 | 46 | 205 | - |
| CMYK | 0.10 | 0.78 | 0 | 0.20 |
| HSL | 292.08º | 0.63% | 0.49% | - |
| HSV(B) | 292.08º | 0.78% | 0.8% | - |
| XYZ | 31.76 | 16.55 | 59.28 | - |
| YUV | 105.39 | 184.22 | 184.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 46 | 205 | 0.10 | 0.78 | 0 | 0.20 | 292.08 | 0.63 | 0.49 |
| Hex | B8 | 2E | CD | A | 4E | 0 | 14 | 124 | 3F | 31 |
| Octal | 270 | 56 | 315 | 12 | 116 | 0 | 24 | 444 | 77 | 61 |
| Binary | 10111000 | 101110 | 11001101 | 1010 | 1001110 | 0 | 10100 | 100100100 | 111111 | 110001 |
Color Harmonies of #B82ECD
Complementary color
Monochromatic Colors of #B82ECD
Black with #B82ECD
Text Example
Text Example
White with #B82ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82ECD; }
p { color: rgb(184,46,205); }
H1.HeaderClassName
{
color: #B82ECD;
}
.AnyTagClassName
{
color: #B82ECD;
}
</style>
background-color css
<style>
a { background-color: #B82ECD; }
a { background-color: rgb(184,46,205); }
div.DivClassName
{
background-color: #B82ECD;
}
.BgClassName
{
background-color: #B82ECD;
}
</style>
border-color css
<style>
span { border-color: #B82ECD; }
span { border-color: rgb(184,46,205); }
td.TdClassName
{
border-color: #B82ECD;
}
.TagClassName
{
border-color: #B82ECD;
}
</style>