Shades of Dark Orchid #B82DC2
Tints of Dark Orchid #B82DC2
RGB
CMYK
RGB Variations
Color information
#B82DC2 (or 0xB82DC2) is known color: Dark Orchid. HEX triplet: B8, 2D and C2. RGB value is (184,45,194). Sum of RGB (Red+Green+Blue) = 184+45+194=423 (56% of max value = 765). Red value is 184 (72.27% from 255 or 43.50% from 423); Green value is 45 (17.97% from 255 or 10.64% from 423); Blue value is 194 (76.17% from 255 or 45.86% from 423); Max value from RGB is 194 - color contains mainly: blue. Hex color #B82DC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B82DC2 is #47D23D. Grayscale: #676767. Windows color (decimal): -4706878 or 12725688. OLE color: 12725688.
HSL color Cylindrical-coordinate representation of color #B82DC2: hue angle of 295.97º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B82DC2 is Cyan = 0.05, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 184 | 45 | 194 | - |
| CMYK | 0.05 | 0.77 | 0 | 0.24 |
| HSL | 295.97º | 0.62% | 0.47% | - |
| HSV(B) | 295.97º | 0.77% | 0.76% | - |
| XYZ | 30.44 | 15.96 | 52.52 | - |
| YUV | 103.55 | 179.05 | 185.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 45 | 194 | 0.05 | 0.77 | 0 | 0.24 | 295.97 | 0.62 | 0.47 |
| Hex | B8 | 2D | C2 | 5 | 4D | 0 | 18 | 128 | 3E | 2F |
| Octal | 270 | 55 | 302 | 5 | 115 | 0 | 30 | 450 | 76 | 57 |
| Binary | 10111000 | 101101 | 11000010 | 101 | 1001101 | 0 | 11000 | 100101000 | 111110 | 101111 |
Color Harmonies of #B82DC2
Complementary color
Monochromatic Colors of #B82DC2
Black with #B82DC2
Text Example
Text Example
White with #B82DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82DC2; }
p { color: rgb(184,45,194); }
H1.HeaderClassName
{
color: #B82DC2;
}
.AnyTagClassName
{
color: #B82DC2;
}
</style>
background-color css
<style>
a { background-color: #B82DC2; }
a { background-color: rgb(184,45,194); }
div.DivClassName
{
background-color: #B82DC2;
}
.BgClassName
{
background-color: #B82DC2;
}
</style>
border-color css
<style>
span { border-color: #B82DC2; }
span { border-color: rgb(184,45,194); }
td.TdClassName
{
border-color: #B82DC2;
}
.TagClassName
{
border-color: #B82DC2;
}
</style>