Shades of Electric Purple #B308FF
Tints of Electric Purple #B308FF
RGB
CMYK
RGB Variations
Color information
#B308FF (or 0xB308FF) is known color: Electric Purple. HEX triplet: B3, 08 and FF. RGB value is (179,8,255). Sum of RGB (Red+Green+Blue) = 179+8+255=442 (58% of max value = 765). Red value is 179 (70.31% from 255 or 40.50% from 442); Green value is 8 (3.52% from 255 or 1.81% from 442); Blue value is 255 (100% from 255 or 57.69% from 442); Max value from RGB is 255 - color contains mainly: blue. Hex color #B308FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B308FF is #4CF700. Grayscale: #565656. Windows color (decimal): -5043969 or 16713907. OLE color: 16713907.
HSL color Cylindrical-coordinate representation of color #B308FF: hue angle of 281.54º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B308FF is Cyan = 0.30, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 179 | 8 | 255 | - |
| CMYK | 0.30 | 0.97 | 0 | 0 |
| HSL | 281.54º | 1% | 0.52% | - |
| HSV(B) | 281.54º | 0.97% | 1% | - |
| XYZ | 36.73 | 16.98 | 95.95 | - |
| YUV | 87.29 | 222.65 | 193.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 8 | 255 | 0.30 | 0.97 | 0 | 0 | 281.54 | 1 | 0.52 |
| Hex | B3 | 8 | FF | 1E | 61 | 0 | 0 | 11A | 64 | 34 |
| Octal | 263 | 10 | 377 | 36 | 141 | 0 | 0 | 432 | 144 | 64 |
| Binary | 10110011 | 1000 | 11111111 | 11110 | 1100001 | 0 | 0 | 100011010 | 1100100 | 110100 |
Color Harmonies of #B308FF
Complementary color
Monochromatic Colors of #B308FF
Black with #B308FF
Text Example
Text Example
White with #B308FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B308FF; }
p { color: rgb(179,8,255); }
H1.HeaderClassName
{
color: #B308FF;
}
.AnyTagClassName
{
color: #B308FF;
}
</style>
background-color css
<style>
a { background-color: #B308FF; }
a { background-color: rgb(179,8,255); }
div.DivClassName
{
background-color: #B308FF;
}
.BgClassName
{
background-color: #B308FF;
}
</style>
border-color css
<style>
span { border-color: #B308FF; }
span { border-color: rgb(179,8,255); }
td.TdClassName
{
border-color: #B308FF;
}
.TagClassName
{
border-color: #B308FF;
}
</style>