Shades of Dark Orchid #B82CE4
Tints of Dark Orchid #B82CE4
RGB
CMYK
RGB Variations
Color information
#B82CE4 (or 0xB82CE4) is known color: Dark Orchid. HEX triplet: B8, 2C and E4. RGB value is (184,44,228). Sum of RGB (Red+Green+Blue) = 184+44+228=456 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.35% from 456); Green value is 44 (17.58% from 255 or 9.65% from 456); Blue value is 228 (89.45% from 255 or 50% from 456); Max value from RGB is 228 - color contains mainly: blue. Hex color #B82CE4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B82CE4 is #47D31B. Grayscale: #6A6A6A. Windows color (decimal): -4707100 or 14953656. OLE color: 14953656.
HSL color Cylindrical-coordinate representation of color #B82CE4: hue angle of 285.65º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B82CE4 is Cyan = 0.19, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 184 | 44 | 228 | - |
| CMYK | 0.19 | 0.81 | 0 | 0.11 |
| HSL | 285.65º | 0.77% | 0.53% | - |
| HSV(B) | 285.65º | 0.81% | 0.89% | - |
| XYZ | 34.67 | 17.59 | 74.97 | - |
| YUV | 106.84 | 196.38 | 183.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 44 | 228 | 0.19 | 0.81 | 0 | 0.11 | 285.65 | 0.77 | 0.53 |
| Hex | B8 | 2C | E4 | 13 | 51 | 0 | B | 11E | 4D | 35 |
| Octal | 270 | 54 | 344 | 23 | 121 | 0 | 13 | 436 | 115 | 65 |
| Binary | 10111000 | 101100 | 11100100 | 10011 | 1010001 | 0 | 1011 | 100011110 | 1001101 | 110101 |
Color Harmonies of #B82CE4
Complementary color
Monochromatic Colors of #B82CE4
Black with #B82CE4
Text Example
Text Example
White with #B82CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82CE4; }
p { color: rgb(184,44,228); }
H1.HeaderClassName
{
color: #B82CE4;
}
.AnyTagClassName
{
color: #B82CE4;
}
</style>
background-color css
<style>
a { background-color: #B82CE4; }
a { background-color: rgb(184,44,228); }
div.DivClassName
{
background-color: #B82CE4;
}
.BgClassName
{
background-color: #B82CE4;
}
</style>
border-color css
<style>
span { border-color: #B82CE4; }
span { border-color: rgb(184,44,228); }
td.TdClassName
{
border-color: #B82CE4;
}
.TagClassName
{
border-color: #B82CE4;
}
</style>