Shades of Electric Purple #B835FF
Tints of Electric Purple #B835FF
RGB
CMYK
RGB Variations
Color information
#B835FF (or 0xB835FF) is known color: Electric Purple. HEX triplet: B8, 35 and FF. RGB value is (184,53,255). Sum of RGB (Red+Green+Blue) = 184+53+255=492 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.40% from 492); Green value is 53 (21.09% from 255 or 10.77% from 492); Blue value is 255 (100% from 255 or 51.83% from 492); Max value from RGB is 255 - color contains mainly: blue. Hex color #B835FF is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B835FF is #47CA00. Grayscale: #727272. Windows color (decimal): -4704769 or 16725432. OLE color: 16725432.
HSL color Cylindrical-coordinate representation of color #B835FF: hue angle of 278.91º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B835FF is Cyan = 0.28, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 184 | 53 | 255 | - |
| CMYK | 0.28 | 0.79 | 0 | 0 |
| HSL | 278.91º | 1% | 0.6% | - |
| HSV(B) | 278.91º | 0.79% | 1% | - |
| XYZ | 39.09 | 19.96 | 96.4 | - |
| YUV | 115.2 | 206.9 | 177.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 53 | 255 | 0.28 | 0.79 | 0 | 0 | 278.91 | 1 | 0.6 |
| Hex | B8 | 35 | FF | 1C | 4F | 0 | 0 | 117 | 64 | 3C |
| Octal | 270 | 65 | 377 | 34 | 117 | 0 | 0 | 427 | 144 | 74 |
| Binary | 10111000 | 110101 | 11111111 | 11100 | 1001111 | 0 | 0 | 100010111 | 1100100 | 111100 |
Color Harmonies of #B835FF
Complementary color
Monochromatic Colors of #B835FF
Black with #B835FF
Text Example
Text Example
White with #B835FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B835FF; }
p { color: rgb(184,53,255); }
H1.HeaderClassName
{
color: #B835FF;
}
.AnyTagClassName
{
color: #B835FF;
}
</style>
background-color css
<style>
a { background-color: #B835FF; }
a { background-color: rgb(184,53,255); }
div.DivClassName
{
background-color: #B835FF;
}
.BgClassName
{
background-color: #B835FF;
}
</style>
border-color css
<style>
span { border-color: #B835FF; }
span { border-color: rgb(184,53,255); }
td.TdClassName
{
border-color: #B835FF;
}
.TagClassName
{
border-color: #B835FF;
}
</style>