Shades of Electric Purple #B40BFC
Tints of Electric Purple #B40BFC
RGB
CMYK
RGB Variations
Color information
#B40BFC (or 0xB40BFC) is known color: Electric Purple. HEX triplet: B4, 0B and FC. RGB value is (180,11,252). Sum of RGB (Red+Green+Blue) = 180+11+252=443 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.63% from 443); Green value is 11 (4.69% from 255 or 2.48% from 443); Blue value is 252 (98.83% from 255 or 56.88% from 443); Max value from RGB is 252 - color contains mainly: blue. Hex color #B40BFC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B40BFC is #4BF403. Grayscale: #585858. Windows color (decimal): -4977668 or 16518068. OLE color: 16518068.
HSL color Cylindrical-coordinate representation of color #B40BFC: hue angle of 282.07º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B40BFC is Cyan = 0.29, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 180 | 11 | 252 | - |
| CMYK | 0.29 | 0.96 | 0 | 0.01 |
| HSL | 282.07º | 0.98% | 0.52% | - |
| HSV(B) | 282.07º | 0.96% | 0.99% | - |
| XYZ | 36.51 | 16.97 | 93.45 | - |
| YUV | 89.01 | 219.99 | 192.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 11 | 252 | 0.29 | 0.96 | 0 | 0.01 | 282.07 | 0.98 | 0.52 |
| Hex | B4 | B | FC | 1D | 60 | 0 | 1 | 11A | 62 | 34 |
| Octal | 264 | 13 | 374 | 35 | 140 | 0 | 1 | 432 | 142 | 64 |
| Binary | 10110100 | 1011 | 11111100 | 11101 | 1100000 | 0 | 1 | 100011010 | 1100010 | 110100 |
Color Harmonies of #B40BFC
Complementary color
Monochromatic Colors of #B40BFC
Black with #B40BFC
Text Example
Text Example
White with #B40BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40BFC; }
p { color: rgb(180,11,252); }
H1.HeaderClassName
{
color: #B40BFC;
}
.AnyTagClassName
{
color: #B40BFC;
}
</style>
background-color css
<style>
a { background-color: #B40BFC; }
a { background-color: rgb(180,11,252); }
div.DivClassName
{
background-color: #B40BFC;
}
.BgClassName
{
background-color: #B40BFC;
}
</style>
border-color css
<style>
span { border-color: #B40BFC; }
span { border-color: rgb(180,11,252); }
td.TdClassName
{
border-color: #B40BFC;
}
.TagClassName
{
border-color: #B40BFC;
}
</style>