Shades of Electric Purple #B705FF
Tints of Electric Purple #B705FF
RGB
CMYK
RGB Variations
Color information
#B705FF (or 0xB705FF) is known color: Electric Purple. HEX triplet: B7, 05 and FF. RGB value is (183,5,255). Sum of RGB (Red+Green+Blue) = 183+5+255=443 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.31% from 443); Green value is 5 (2.34% from 255 or 1.13% from 443); Blue value is 255 (100% from 255 or 57.56% from 443); Max value from RGB is 255 - color contains mainly: blue. Hex color #B705FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B705FF is #48FA00. Grayscale: #555555. Windows color (decimal): -4782593 or 16713143. OLE color: 16713143.
HSL color Cylindrical-coordinate representation of color #B705FF: hue angle of 282.72º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B705FF is Cyan = 0.28, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 183 | 5 | 255 | - |
| CMYK | 0.28 | 0.98 | 0 | 0 |
| HSL | 282.72º | 1% | 0.51% | - |
| HSV(B) | 282.72º | 0.98% | 1% | - |
| XYZ | 37.63 | 17.4 | 95.98 | - |
| YUV | 86.72 | 222.97 | 196.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 5 | 255 | 0.28 | 0.98 | 0 | 0 | 282.72 | 1 | 0.51 |
| Hex | B7 | 5 | FF | 1C | 62 | 0 | 0 | 11B | 64 | 33 |
| Octal | 267 | 5 | 377 | 34 | 142 | 0 | 0 | 433 | 144 | 63 |
| Binary | 10110111 | 101 | 11111111 | 11100 | 1100010 | 0 | 0 | 100011011 | 1100100 | 110011 |
Color Harmonies of #B705FF
Complementary color
Monochromatic Colors of #B705FF
Black with #B705FF
Text Example
Text Example
White with #B705FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B705FF; }
p { color: rgb(183,5,255); }
H1.HeaderClassName
{
color: #B705FF;
}
.AnyTagClassName
{
color: #B705FF;
}
</style>
background-color css
<style>
a { background-color: #B705FF; }
a { background-color: rgb(183,5,255); }
div.DivClassName
{
background-color: #B705FF;
}
.BgClassName
{
background-color: #B705FF;
}
</style>
border-color css
<style>
span { border-color: #B705FF; }
span { border-color: rgb(183,5,255); }
td.TdClassName
{
border-color: #B705FF;
}
.TagClassName
{
border-color: #B705FF;
}
</style>