Shades of Electric Purple #B40CFF
Tints of Electric Purple #B40CFF
RGB
CMYK
RGB Variations
Color information
#B40CFF (or 0xB40CFF) is known color: Electric Purple. HEX triplet: B4, 0C and FF. RGB value is (180,12,255). Sum of RGB (Red+Green+Blue) = 180+12+255=447 (59% of max value = 765). Red value is 180 (70.70% from 255 or 40.27% from 447); Green value is 12 (5.08% from 255 or 2.68% from 447); Blue value is 255 (100% from 255 or 57.05% from 447); Max value from RGB is 255 - color contains mainly: blue. Hex color #B40CFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B40CFF is #4BF300. Grayscale: #595959. Windows color (decimal): -4977409 or 16714932. OLE color: 16714932.
HSL color Cylindrical-coordinate representation of color #B40CFF: hue angle of 281.48º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B40CFF is Cyan = 0.29, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 180 | 12 | 255 | - |
| CMYK | 0.29 | 0.95 | 0 | 0 |
| HSL | 281.48º | 1% | 0.52% | - |
| HSV(B) | 281.48º | 0.95% | 1% | - |
| XYZ | 37 | 17.19 | 95.97 | - |
| YUV | 89.93 | 221.16 | 192.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 12 | 255 | 0.29 | 0.95 | 0 | 0 | 281.48 | 1 | 0.52 |
| Hex | B4 | C | FF | 1D | 5F | 0 | 0 | 119 | 64 | 34 |
| Octal | 264 | 14 | 377 | 35 | 137 | 0 | 0 | 431 | 144 | 64 |
| Binary | 10110100 | 1100 | 11111111 | 11101 | 1011111 | 0 | 0 | 100011001 | 1100100 | 110100 |
Color Harmonies of #B40CFF
Complementary color
Monochromatic Colors of #B40CFF
Black with #B40CFF
Text Example
Text Example
White with #B40CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40CFF; }
p { color: rgb(180,12,255); }
H1.HeaderClassName
{
color: #B40CFF;
}
.AnyTagClassName
{
color: #B40CFF;
}
</style>
background-color css
<style>
a { background-color: #B40CFF; }
a { background-color: rgb(180,12,255); }
div.DivClassName
{
background-color: #B40CFF;
}
.BgClassName
{
background-color: #B40CFF;
}
</style>
border-color css
<style>
span { border-color: #B40CFF; }
span { border-color: rgb(180,12,255); }
td.TdClassName
{
border-color: #B40CFF;
}
.TagClassName
{
border-color: #B40CFF;
}
</style>