Shades of Electric Purple #B40CFB
Tints of Electric Purple #B40CFB
RGB
CMYK
RGB Variations
Color information
#B40CFB (or 0xB40CFB) is known color: Electric Purple. HEX triplet: B4, 0C and FB. RGB value is (180,12,251). Sum of RGB (Red+Green+Blue) = 180+12+251=443 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.63% from 443); Green value is 12 (5.08% from 255 or 2.71% from 443); Blue value is 251 (98.44% from 255 or 56.66% from 443); Max value from RGB is 251 - color contains mainly: blue. Hex color #B40CFB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B40CFB is #4BF304. Grayscale: #585858. Windows color (decimal): -4977413 or 16452788. OLE color: 16452788.
HSL color Cylindrical-coordinate representation of color #B40CFB: hue angle of 282.18º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B40CFB is Cyan = 0.28, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 180 | 12 | 251 | - |
| CMYK | 0.28 | 0.95 | 0 | 0.02 |
| HSL | 282.18º | 0.97% | 0.52% | - |
| HSV(B) | 282.18º | 0.95% | 0.98% | - |
| XYZ | 36.37 | 16.93 | 92.62 | - |
| YUV | 89.48 | 219.16 | 192.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 12 | 251 | 0.28 | 0.95 | 0 | 0.02 | 282.18 | 0.97 | 0.52 |
| Hex | B4 | C | FB | 1C | 5F | 0 | 2 | 11A | 61 | 34 |
| Octal | 264 | 14 | 373 | 34 | 137 | 0 | 2 | 432 | 141 | 64 |
| Binary | 10110100 | 1100 | 11111011 | 11100 | 1011111 | 0 | 10 | 100011010 | 1100001 | 110100 |
Color Harmonies of #B40CFB
Complementary color
Monochromatic Colors of #B40CFB
Black with #B40CFB
Text Example
Text Example
White with #B40CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40CFB; }
p { color: rgb(180,12,251); }
H1.HeaderClassName
{
color: #B40CFB;
}
.AnyTagClassName
{
color: #B40CFB;
}
</style>
background-color css
<style>
a { background-color: #B40CFB; }
a { background-color: rgb(180,12,251); }
div.DivClassName
{
background-color: #B40CFB;
}
.BgClassName
{
background-color: #B40CFB;
}
</style>
border-color css
<style>
span { border-color: #B40CFB; }
span { border-color: rgb(180,12,251); }
td.TdClassName
{
border-color: #B40CFB;
}
.TagClassName
{
border-color: #B40CFB;
}
</style>