Shades of Electric Purple #B306FF
Tints of Electric Purple #B306FF
RGB
CMYK
RGB Variations
Color information
#B306FF (or 0xB306FF) is known color: Electric Purple. HEX triplet: B3, 06 and FF. RGB value is (179,6,255). Sum of RGB (Red+Green+Blue) = 179+6+255=440 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.68% from 440); Green value is 6 (2.73% from 255 or 1.36% from 440); Blue value is 255 (100% from 255 or 57.95% from 440); Max value from RGB is 255 - color contains mainly: blue. Hex color #B306FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B306FF is #4CF900. Grayscale: #555555. Windows color (decimal): -5044481 or 16713395. OLE color: 16713395.
HSL color Cylindrical-coordinate representation of color #B306FF: hue angle of 281.69º 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 #B306FF is Cyan = 0.30, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 179 | 6 | 255 | - |
| CMYK | 0.30 | 0.98 | 0 | 0 |
| HSL | 281.69º | 1% | 0.51% | - |
| HSV(B) | 281.69º | 0.98% | 1% | - |
| XYZ | 36.71 | 16.93 | 95.94 | - |
| YUV | 86.11 | 223.31 | 194.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 6 | 255 | 0.30 | 0.98 | 0 | 0 | 281.69 | 1 | 0.51 |
| Hex | B3 | 6 | FF | 1E | 62 | 0 | 0 | 11A | 64 | 33 |
| Octal | 263 | 6 | 377 | 36 | 142 | 0 | 0 | 432 | 144 | 63 |
| Binary | 10110011 | 110 | 11111111 | 11110 | 1100010 | 0 | 0 | 100011010 | 1100100 | 110011 |
Color Harmonies of #B306FF
Complementary color
Monochromatic Colors of #B306FF
Black with #B306FF
Text Example
Text Example
White with #B306FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B306FF; }
p { color: rgb(179,6,255); }
H1.HeaderClassName
{
color: #B306FF;
}
.AnyTagClassName
{
color: #B306FF;
}
</style>
background-color css
<style>
a { background-color: #B306FF; }
a { background-color: rgb(179,6,255); }
div.DivClassName
{
background-color: #B306FF;
}
.BgClassName
{
background-color: #B306FF;
}
</style>
border-color css
<style>
span { border-color: #B306FF; }
span { border-color: rgb(179,6,255); }
td.TdClassName
{
border-color: #B306FF;
}
.TagClassName
{
border-color: #B306FF;
}
</style>