Shades of Dark Orchid #B82CE9
Tints of Dark Orchid #B82CE9
RGB
CMYK
RGB Variations
Color information
#B82CE9 (or 0xB82CE9) is known color: Dark Orchid. HEX triplet: B8, 2C and E9. RGB value is (184,44,233). Sum of RGB (Red+Green+Blue) = 184+44+233=461 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.91% from 461); Green value is 44 (17.58% from 255 or 9.54% from 461); Blue value is 233 (91.41% from 255 or 50.54% from 461); Max value from RGB is 233 - color contains mainly: blue. Hex color #B82CE9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B82CE9 is #47D316. Grayscale: #6A6A6A. Windows color (decimal): -4707095 or 15281336. OLE color: 15281336.
HSL color Cylindrical-coordinate representation of color #B82CE9: hue angle of 284.44º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B82CE9 is Cyan = 0.21, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 184 | 44 | 233 | - |
| CMYK | 0.21 | 0.81 | 0 | 0.09 |
| HSL | 284.44º | 0.81% | 0.54% | - |
| HSV(B) | 284.44º | 0.81% | 0.91% | - |
| XYZ | 35.38 | 17.87 | 78.68 | - |
| YUV | 107.41 | 198.88 | 182.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 44 | 233 | 0.21 | 0.81 | 0 | 0.09 | 284.44 | 0.81 | 0.54 |
| Hex | B8 | 2C | E9 | 15 | 51 | 0 | 9 | 11C | 51 | 36 |
| Octal | 270 | 54 | 351 | 25 | 121 | 0 | 11 | 434 | 121 | 66 |
| Binary | 10111000 | 101100 | 11101001 | 10101 | 1010001 | 0 | 1001 | 100011100 | 1010001 | 110110 |
Color Harmonies of #B82CE9
Complementary color
Monochromatic Colors of #B82CE9
Black with #B82CE9
Text Example
Text Example
White with #B82CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82CE9; }
p { color: rgb(184,44,233); }
H1.HeaderClassName
{
color: #B82CE9;
}
.AnyTagClassName
{
color: #B82CE9;
}
</style>
background-color css
<style>
a { background-color: #B82CE9; }
a { background-color: rgb(184,44,233); }
div.DivClassName
{
background-color: #B82CE9;
}
.BgClassName
{
background-color: #B82CE9;
}
</style>
border-color css
<style>
span { border-color: #B82CE9; }
span { border-color: rgb(184,44,233); }
td.TdClassName
{
border-color: #B82CE9;
}
.TagClassName
{
border-color: #B82CE9;
}
</style>