Shades of Dark Orchid #B82CE8
Tints of Dark Orchid #B82CE8
RGB
CMYK
RGB Variations
Color information
#B82CE8 (or 0xB82CE8) is known color: Dark Orchid. HEX triplet: B8, 2C and E8. RGB value is (184,44,232). Sum of RGB (Red+Green+Blue) = 184+44+232=460 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40% from 460); Green value is 44 (17.58% from 255 or 9.57% from 460); Blue value is 232 (91.02% from 255 or 50.43% from 460); Max value from RGB is 232 - color contains mainly: blue. Hex color #B82CE8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B82CE8 is #47D317. Grayscale: #6A6A6A. Windows color (decimal): -4707096 or 15215800. OLE color: 15215800.
HSL color Cylindrical-coordinate representation of color #B82CE8: hue angle of 284.68º degrees, saturation: 0.8, 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 #B82CE8 is Cyan = 0.21, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 184 | 44 | 232 | - |
| CMYK | 0.21 | 0.81 | 0 | 0.09 |
| HSL | 284.68º | 0.8% | 0.54% | - |
| HSV(B) | 284.68º | 0.81% | 0.91% | - |
| XYZ | 35.23 | 17.82 | 77.93 | - |
| YUV | 107.29 | 198.38 | 182.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 44 | 232 | 0.21 | 0.81 | 0 | 0.09 | 284.68 | 0.8 | 0.54 |
| Hex | B8 | 2C | E8 | 15 | 51 | 0 | 9 | 11D | 50 | 36 |
| Octal | 270 | 54 | 350 | 25 | 121 | 0 | 11 | 435 | 120 | 66 |
| Binary | 10111000 | 101100 | 11101000 | 10101 | 1010001 | 0 | 1001 | 100011101 | 1010000 | 110110 |
Color Harmonies of #B82CE8
Complementary color
Monochromatic Colors of #B82CE8
Black with #B82CE8
Text Example
Text Example
White with #B82CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82CE8; }
p { color: rgb(184,44,232); }
H1.HeaderClassName
{
color: #B82CE8;
}
.AnyTagClassName
{
color: #B82CE8;
}
</style>
background-color css
<style>
a { background-color: #B82CE8; }
a { background-color: rgb(184,44,232); }
div.DivClassName
{
background-color: #B82CE8;
}
.BgClassName
{
background-color: #B82CE8;
}
</style>
border-color css
<style>
span { border-color: #B82CE8; }
span { border-color: rgb(184,44,232); }
td.TdClassName
{
border-color: #B82CE8;
}
.TagClassName
{
border-color: #B82CE8;
}
</style>