Shades of Electric Purple #B40BFE
Tints of Electric Purple #B40BFE
RGB
CMYK
RGB Variations
Color information
#B40BFE (or 0xB40BFE) is known color: Electric Purple. HEX triplet: B4, 0B and FE. RGB value is (180,11,254). Sum of RGB (Red+Green+Blue) = 180+11+254=445 (58% of max value = 765). Red value is 180 (70.70% from 255 or 40.45% from 445); Green value is 11 (4.69% from 255 or 2.47% from 445); Blue value is 254 (99.61% from 255 or 57.08% from 445); Max value from RGB is 254 - color contains mainly: blue. Hex color #B40BFE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B40BFE is #4BF401. Grayscale: #585858. Windows color (decimal): -4977666 or 16649140. OLE color: 16649140.
HSL color Cylindrical-coordinate representation of color #B40BFE: hue angle of 281.73º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B40BFE is Cyan = 0.29, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 180 | 11 | 254 | - |
| CMYK | 0.29 | 0.96 | 0 | 0.00 |
| HSL | 281.73º | 0.99% | 0.52% | - |
| HSV(B) | 281.73º | 0.96% | 1% | - |
| XYZ | 36.83 | 17.1 | 95.13 | - |
| YUV | 89.23 | 220.99 | 192.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 11 | 254 | 0.29 | 0.96 | 0 | 0.00 | 281.73 | 0.99 | 0.52 |
| Hex | B4 | B | FE | 1D | 60 | 0 | 0 | 11A | 63 | 34 |
| Octal | 264 | 13 | 376 | 35 | 140 | 0 | 0 | 432 | 143 | 64 |
| Binary | 10110100 | 1011 | 11111110 | 11101 | 1100000 | 0 | 0 | 100011010 | 1100011 | 110100 |
Color Harmonies of #B40BFE
Complementary color
Monochromatic Colors of #B40BFE
Black with #B40BFE
Text Example
Text Example
White with #B40BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40BFE; }
p { color: rgb(180,11,254); }
H1.HeaderClassName
{
color: #B40BFE;
}
.AnyTagClassName
{
color: #B40BFE;
}
</style>
background-color css
<style>
a { background-color: #B40BFE; }
a { background-color: rgb(180,11,254); }
div.DivClassName
{
background-color: #B40BFE;
}
.BgClassName
{
background-color: #B40BFE;
}
</style>
border-color css
<style>
span { border-color: #B40BFE; }
span { border-color: rgb(180,11,254); }
td.TdClassName
{
border-color: #B40BFE;
}
.TagClassName
{
border-color: #B40BFE;
}
</style>