Shades of Electric Purple #B307FF
Tints of Electric Purple #B307FF
RGB
CMYK
RGB Variations
Color information
#B307FF (or 0xB307FF) is known color: Electric Purple. HEX triplet: B3, 07 and FF. RGB value is (179,7,255). Sum of RGB (Red+Green+Blue) = 179+7+255=441 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.59% from 441); Green value is 7 (3.12% from 255 or 1.59% from 441); Blue value is 255 (100% from 255 or 57.82% from 441); Max value from RGB is 255 - color contains mainly: blue. Hex color #B307FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B307FF is #4CF800. Grayscale: #555555. Windows color (decimal): -5044225 or 16713651. OLE color: 16713651.
HSL color Cylindrical-coordinate representation of color #B307FF: hue angle of 281.61º 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 #B307FF is Cyan = 0.30, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 179 | 7 | 255 | - |
| CMYK | 0.30 | 0.97 | 0 | 0 |
| HSL | 281.61º | 1% | 0.51% | - |
| HSV(B) | 281.61º | 0.97% | 1% | - |
| XYZ | 36.72 | 16.96 | 95.95 | - |
| YUV | 86.7 | 222.98 | 193.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 7 | 255 | 0.30 | 0.97 | 0 | 0 | 281.61 | 1 | 0.51 |
| Hex | B3 | 7 | FF | 1E | 61 | 0 | 0 | 11A | 64 | 33 |
| Octal | 263 | 7 | 377 | 36 | 141 | 0 | 0 | 432 | 144 | 63 |
| Binary | 10110011 | 111 | 11111111 | 11110 | 1100001 | 0 | 0 | 100011010 | 1100100 | 110011 |
Color Harmonies of #B307FF
Complementary color
Monochromatic Colors of #B307FF
Black with #B307FF
Text Example
Text Example
White with #B307FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B307FF; }
p { color: rgb(179,7,255); }
H1.HeaderClassName
{
color: #B307FF;
}
.AnyTagClassName
{
color: #B307FF;
}
</style>
background-color css
<style>
a { background-color: #B307FF; }
a { background-color: rgb(179,7,255); }
div.DivClassName
{
background-color: #B307FF;
}
.BgClassName
{
background-color: #B307FF;
}
</style>
border-color css
<style>
span { border-color: #B307FF; }
span { border-color: rgb(179,7,255); }
td.TdClassName
{
border-color: #B307FF;
}
.TagClassName
{
border-color: #B307FF;
}
</style>