Shades of Electric Purple #B610FF
Tints of Electric Purple #B610FF
RGB
CMYK
RGB Variations
Color information
#B610FF (or 0xB610FF) is known color: Electric Purple. HEX triplet: B6, 10 and FF. RGB value is (182,16,255). Sum of RGB (Red+Green+Blue) = 182+16+255=453 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40.18% from 453); Green value is 16 (6.64% from 255 or 3.53% from 453); Blue value is 255 (100% from 255 or 56.29% from 453); Max value from RGB is 255 - color contains mainly: blue. Hex color #B610FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B610FF is #49EF00. Grayscale: #5C5C5C. Windows color (decimal): -4845313 or 16715958. OLE color: 16715958.
HSL color Cylindrical-coordinate representation of color #B610FF: hue angle of 281.67º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B610FF is Cyan = 0.29, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 182 | 16 | 255 | - |
| CMYK | 0.29 | 0.94 | 0 | 0 |
| HSL | 281.67º | 1% | 0.53% | - |
| HSV(B) | 281.67º | 0.94% | 1% | - |
| XYZ | 37.53 | 17.54 | 96.01 | - |
| YUV | 92.88 | 219.5 | 191.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 16 | 255 | 0.29 | 0.94 | 0 | 0 | 281.67 | 1 | 0.53 |
| Hex | B6 | 10 | FF | 1D | 5E | 0 | 0 | 11A | 64 | 35 |
| Octal | 266 | 20 | 377 | 35 | 136 | 0 | 0 | 432 | 144 | 65 |
| Binary | 10110110 | 10000 | 11111111 | 11101 | 1011110 | 0 | 0 | 100011010 | 1100100 | 110101 |
Color Harmonies of #B610FF
Complementary color
Monochromatic Colors of #B610FF
Black with #B610FF
Text Example
Text Example
White with #B610FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B610FF; }
p { color: rgb(182,16,255); }
H1.HeaderClassName
{
color: #B610FF;
}
.AnyTagClassName
{
color: #B610FF;
}
</style>
background-color css
<style>
a { background-color: #B610FF; }
a { background-color: rgb(182,16,255); }
div.DivClassName
{
background-color: #B610FF;
}
.BgClassName
{
background-color: #B610FF;
}
</style>
border-color css
<style>
span { border-color: #B610FF; }
span { border-color: rgb(182,16,255); }
td.TdClassName
{
border-color: #B610FF;
}
.TagClassName
{
border-color: #B610FF;
}
</style>