Shades of Electric Purple #B305FC
Tints of Electric Purple #B305FC
RGB
CMYK
RGB Variations
Color information
#B305FC (or 0xB305FC) is known color: Electric Purple. HEX triplet: B3, 05 and FC. RGB value is (179,5,252). Sum of RGB (Red+Green+Blue) = 179+5+252=436 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.06% from 436); Green value is 5 (2.34% from 255 or 1.15% from 436); Blue value is 252 (98.83% from 255 or 57.80% from 436); Max value from RGB is 252 - color contains mainly: blue. Hex color #B305FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B305FC is #4CFA03. Grayscale: #545454. Windows color (decimal): -5044740 or 16516531. OLE color: 16516531.
HSL color Cylindrical-coordinate representation of color #B305FC: hue angle of 282.27º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B305FC is Cyan = 0.29, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 179 | 5 | 252 | - |
| CMYK | 0.29 | 0.98 | 0 | 0.01 |
| HSL | 282.27º | 0.98% | 0.5% | - |
| HSV(B) | 282.27º | 0.98% | 0.99% | - |
| XYZ | 36.22 | 16.72 | 93.41 | - |
| YUV | 85.18 | 222.15 | 194.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 5 | 252 | 0.29 | 0.98 | 0 | 0.01 | 282.27 | 0.98 | 0.5 |
| Hex | B3 | 5 | FC | 1D | 62 | 0 | 1 | 11A | 62 | 32 |
| Octal | 263 | 5 | 374 | 35 | 142 | 0 | 1 | 432 | 142 | 62 |
| Binary | 10110011 | 101 | 11111100 | 11101 | 1100010 | 0 | 1 | 100011010 | 1100010 | 110010 |
Color Harmonies of #B305FC
Complementary color
Monochromatic Colors of #B305FC
Black with #B305FC
Text Example
Text Example
White with #B305FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B305FC; }
p { color: rgb(179,5,252); }
H1.HeaderClassName
{
color: #B305FC;
}
.AnyTagClassName
{
color: #B305FC;
}
</style>
background-color css
<style>
a { background-color: #B305FC; }
a { background-color: rgb(179,5,252); }
div.DivClassName
{
background-color: #B305FC;
}
.BgClassName
{
background-color: #B305FC;
}
</style>
border-color css
<style>
span { border-color: #B305FC; }
span { border-color: rgb(179,5,252); }
td.TdClassName
{
border-color: #B305FC;
}
.TagClassName
{
border-color: #B305FC;
}
</style>