Shades of Dark Orchid #B82ED4
Tints of Dark Orchid #B82ED4
RGB
CMYK
RGB Variations
Color information
#B82ED4 (or 0xB82ED4) is known color: Dark Orchid. HEX triplet: B8, 2E and D4. RGB value is (184,46,212). Sum of RGB (Red+Green+Blue) = 184+46+212=442 (58% of max value = 765). Red value is 184 (72.27% from 255 or 41.63% from 442); Green value is 46 (18.36% from 255 or 10.41% from 442); Blue value is 212 (83.20% from 255 or 47.96% from 442); Max value from RGB is 212 - color contains mainly: blue. Hex color #B82ED4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B82ED4 is #47D12B. Grayscale: #696969. Windows color (decimal): -4706604 or 13905592. OLE color: 13905592.
HSL color Cylindrical-coordinate representation of color #B82ED4: hue angle of 289.88º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B82ED4 is Cyan = 0.13, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 184 | 46 | 212 | - |
| CMYK | 0.13 | 0.78 | 0 | 0.17 |
| HSL | 289.88º | 0.66% | 0.51% | - |
| HSV(B) | 289.88º | 0.78% | 0.83% | - |
| XYZ | 32.63 | 16.9 | 63.83 | - |
| YUV | 106.19 | 187.72 | 183.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 46 | 212 | 0.13 | 0.78 | 0 | 0.17 | 289.88 | 0.66 | 0.51 |
| Hex | B8 | 2E | D4 | D | 4E | 0 | 11 | 122 | 42 | 33 |
| Octal | 270 | 56 | 324 | 15 | 116 | 0 | 21 | 442 | 102 | 63 |
| Binary | 10111000 | 101110 | 11010100 | 1101 | 1001110 | 0 | 10001 | 100100010 | 1000010 | 110011 |
Color Harmonies of #B82ED4
Complementary color
Monochromatic Colors of #B82ED4
Black with #B82ED4
Text Example
Text Example
White with #B82ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82ED4; }
p { color: rgb(184,46,212); }
H1.HeaderClassName
{
color: #B82ED4;
}
.AnyTagClassName
{
color: #B82ED4;
}
</style>
background-color css
<style>
a { background-color: #B82ED4; }
a { background-color: rgb(184,46,212); }
div.DivClassName
{
background-color: #B82ED4;
}
.BgClassName
{
background-color: #B82ED4;
}
</style>
border-color css
<style>
span { border-color: #B82ED4; }
span { border-color: rgb(184,46,212); }
td.TdClassName
{
border-color: #B82ED4;
}
.TagClassName
{
border-color: #B82ED4;
}
</style>