Shades of Electric Purple #B707FF
Tints of Electric Purple #B707FF
RGB
CMYK
RGB Variations
Color information
#B707FF (or 0xB707FF) is known color: Electric Purple. HEX triplet: B7, 07 and FF. RGB value is (183,7,255). Sum of RGB (Red+Green+Blue) = 183+7+255=445 (58% of max value = 765). Red value is 183 (71.88% from 255 or 41.12% from 445); Green value is 7 (3.12% from 255 or 1.57% from 445); Blue value is 255 (100% from 255 or 57.30% from 445); Max value from RGB is 255 - color contains mainly: blue. Hex color #B707FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B707FF is #48F800. Grayscale: #575757. Windows color (decimal): -4782081 or 16713655. OLE color: 16713655.
HSL color Cylindrical-coordinate representation of color #B707FF: hue angle of 282.58º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B707FF is Cyan = 0.28, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 183 | 7 | 255 | - |
| CMYK | 0.28 | 0.97 | 0 | 0 |
| HSL | 282.58º | 1% | 0.51% | - |
| HSV(B) | 282.58º | 0.97% | 1% | - |
| XYZ | 37.65 | 17.44 | 95.99 | - |
| YUV | 87.9 | 222.31 | 195.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 7 | 255 | 0.28 | 0.97 | 0 | 0 | 282.58 | 1 | 0.51 |
| Hex | B7 | 7 | FF | 1C | 61 | 0 | 0 | 11B | 64 | 33 |
| Octal | 267 | 7 | 377 | 34 | 141 | 0 | 0 | 433 | 144 | 63 |
| Binary | 10110111 | 111 | 11111111 | 11100 | 1100001 | 0 | 0 | 100011011 | 1100100 | 110011 |
Color Harmonies of #B707FF
Complementary color
Monochromatic Colors of #B707FF
Black with #B707FF
Text Example
Text Example
White with #B707FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B707FF; }
p { color: rgb(183,7,255); }
H1.HeaderClassName
{
color: #B707FF;
}
.AnyTagClassName
{
color: #B707FF;
}
</style>
background-color css
<style>
a { background-color: #B707FF; }
a { background-color: rgb(183,7,255); }
div.DivClassName
{
background-color: #B707FF;
}
.BgClassName
{
background-color: #B707FF;
}
</style>
border-color css
<style>
span { border-color: #B707FF; }
span { border-color: rgb(183,7,255); }
td.TdClassName
{
border-color: #B707FF;
}
.TagClassName
{
border-color: #B707FF;
}
</style>