Shades of Dark Orchid #B82CE7
Tints of Dark Orchid #B82CE7
RGB
CMYK
RGB Variations
Color information
#B82CE7 (or 0xB82CE7) is known color: Dark Orchid. HEX triplet: B8, 2C and E7. RGB value is (184,44,231). Sum of RGB (Red+Green+Blue) = 184+44+231=459 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.09% from 459); Green value is 44 (17.58% from 255 or 9.59% from 459); Blue value is 231 (90.62% from 255 or 50.33% from 459); Max value from RGB is 231 - color contains mainly: blue. Hex color #B82CE7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B82CE7 is #47D318. Grayscale: #6A6A6A. Windows color (decimal): -4707097 or 15150264. OLE color: 15150264.
HSL color Cylindrical-coordinate representation of color #B82CE7: hue angle of 284.92º 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 #B82CE7 is Cyan = 0.20, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 184 | 44 | 231 | - |
| CMYK | 0.20 | 0.81 | 0 | 0.09 |
| HSL | 284.92º | 0.8% | 0.54% | - |
| HSV(B) | 284.92º | 0.81% | 0.91% | - |
| XYZ | 35.09 | 17.76 | 77.18 | - |
| YUV | 107.18 | 197.88 | 182.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 44 | 231 | 0.20 | 0.81 | 0 | 0.09 | 284.92 | 0.8 | 0.54 |
| Hex | B8 | 2C | E7 | 14 | 51 | 0 | 9 | 11D | 50 | 36 |
| Octal | 270 | 54 | 347 | 24 | 121 | 0 | 11 | 435 | 120 | 66 |
| Binary | 10111000 | 101100 | 11100111 | 10100 | 1010001 | 0 | 1001 | 100011101 | 1010000 | 110110 |
Color Harmonies of #B82CE7
Complementary color
Monochromatic Colors of #B82CE7
Black with #B82CE7
Text Example
Text Example
White with #B82CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82CE7; }
p { color: rgb(184,44,231); }
H1.HeaderClassName
{
color: #B82CE7;
}
.AnyTagClassName
{
color: #B82CE7;
}
</style>
background-color css
<style>
a { background-color: #B82CE7; }
a { background-color: rgb(184,44,231); }
div.DivClassName
{
background-color: #B82CE7;
}
.BgClassName
{
background-color: #B82CE7;
}
</style>
border-color css
<style>
span { border-color: #B82CE7; }
span { border-color: rgb(184,44,231); }
td.TdClassName
{
border-color: #B82CE7;
}
.TagClassName
{
border-color: #B82CE7;
}
</style>