Shades of Dark Orchid #B82BDC
Tints of Dark Orchid #B82BDC
RGB
CMYK
RGB Variations
Color information
#B82BDC (or 0xB82BDC) is known color: Dark Orchid. HEX triplet: B8, 2B and DC. RGB value is (184,43,220). Sum of RGB (Red+Green+Blue) = 184+43+220=447 (59% of max value = 765). Red value is 184 (72.27% from 255 or 41.16% from 447); Green value is 43 (17.19% from 255 or 9.62% from 447); Blue value is 220 (86.33% from 255 or 49.22% from 447); Max value from RGB is 220 - color contains mainly: blue. Hex color #B82BDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B82BDC is #47D423. Grayscale: #686868. Windows color (decimal): -4707364 or 14429112. OLE color: 14429112.
HSL color Cylindrical-coordinate representation of color #B82BDC: hue angle of 287.8º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B82BDC is Cyan = 0.16, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 184 | 43 | 220 | - |
| CMYK | 0.16 | 0.80 | 0 | 0.14 |
| HSL | 287.8º | 0.72% | 0.52% | - |
| HSV(B) | 287.8º | 0.8% | 0.86% | - |
| XYZ | 33.55 | 17.09 | 69.24 | - |
| YUV | 105.34 | 192.71 | 184.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 43 | 220 | 0.16 | 0.80 | 0 | 0.14 | 287.8 | 0.72 | 0.52 |
| Hex | B8 | 2B | DC | 10 | 50 | 0 | E | 120 | 48 | 34 |
| Octal | 270 | 53 | 334 | 20 | 120 | 0 | 16 | 440 | 110 | 64 |
| Binary | 10111000 | 101011 | 11011100 | 10000 | 1010000 | 0 | 1110 | 100100000 | 1001000 | 110100 |
Color Harmonies of #B82BDC
Complementary color
Monochromatic Colors of #B82BDC
Black with #B82BDC
Text Example
Text Example
White with #B82BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82BDC; }
p { color: rgb(184,43,220); }
H1.HeaderClassName
{
color: #B82BDC;
}
.AnyTagClassName
{
color: #B82BDC;
}
</style>
background-color css
<style>
a { background-color: #B82BDC; }
a { background-color: rgb(184,43,220); }
div.DivClassName
{
background-color: #B82BDC;
}
.BgClassName
{
background-color: #B82BDC;
}
</style>
border-color css
<style>
span { border-color: #B82BDC; }
span { border-color: rgb(184,43,220); }
td.TdClassName
{
border-color: #B82BDC;
}
.TagClassName
{
border-color: #B82BDC;
}
</style>