Shades of Electric Purple #B836FF
Tints of Electric Purple #B836FF
RGB
CMYK
RGB Variations
Color information
#B836FF (or 0xB836FF) is known color: Electric Purple. HEX triplet: B8, 36 and FF. RGB value is (184,54,255). Sum of RGB (Red+Green+Blue) = 184+54+255=493 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.32% from 493); Green value is 54 (21.48% from 255 or 10.95% from 493); Blue value is 255 (100% from 255 or 51.72% from 493); Max value from RGB is 255 - color contains mainly: blue. Hex color #B836FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B836FF is #47C900. Grayscale: #737373. Windows color (decimal): -4704513 or 16725688. OLE color: 16725688.
HSL color Cylindrical-coordinate representation of color #B836FF: hue angle of 278.81º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B836FF is Cyan = 0.28, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 184 | 54 | 255 | - |
| CMYK | 0.28 | 0.79 | 0 | 0 |
| HSL | 278.81º | 1% | 0.61% | - |
| HSV(B) | 278.81º | 0.79% | 1% | - |
| XYZ | 39.14 | 20.05 | 96.41 | - |
| YUV | 115.78 | 206.57 | 176.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 54 | 255 | 0.28 | 0.79 | 0 | 0 | 278.81 | 1 | 0.61 |
| Hex | B8 | 36 | FF | 1C | 4F | 0 | 0 | 117 | 64 | 3D |
| Octal | 270 | 66 | 377 | 34 | 117 | 0 | 0 | 427 | 144 | 75 |
| Binary | 10111000 | 110110 | 11111111 | 11100 | 1001111 | 0 | 0 | 100010111 | 1100100 | 111101 |
Color Harmonies of #B836FF
Complementary color
Monochromatic Colors of #B836FF
Black with #B836FF
Text Example
Text Example
White with #B836FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B836FF; }
p { color: rgb(184,54,255); }
H1.HeaderClassName
{
color: #B836FF;
}
.AnyTagClassName
{
color: #B836FF;
}
</style>
background-color css
<style>
a { background-color: #B836FF; }
a { background-color: rgb(184,54,255); }
div.DivClassName
{
background-color: #B836FF;
}
.BgClassName
{
background-color: #B836FF;
}
</style>
border-color css
<style>
span { border-color: #B836FF; }
span { border-color: rgb(184,54,255); }
td.TdClassName
{
border-color: #B836FF;
}
.TagClassName
{
border-color: #B836FF;
}
</style>