Shades of Electric Purple #B400F2
Tints of Electric Purple #B400F2
RGB
CMYK
RGB Variations
Color information
#B400F2 (or 0xB400F2) is known color: Electric Purple. HEX triplet: B4, 00 and F2. RGB value is (180,0,242). Sum of RGB (Red+Green+Blue) = 180+0+242=422 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.65% from 422); Green value is 0 (0.39% from 255 or 0% from 422); Blue value is 242 (94.92% from 255 or 57.35% from 422); Max value from RGB is 242 - color contains mainly: blue. Hex color #B400F2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B400F2 is #4BFF0D. Grayscale: #505050. Windows color (decimal): -4980494 or 15859892. OLE color: 15859892.
HSL color Cylindrical-coordinate representation of color #B400F2: hue angle of 284.63º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B400F2 is Cyan = 0.26, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 180 | 0 | 242 | - |
| CMYK | 0.26 | 1 | 0 | 0.05 |
| HSL | 284.63º | 1% | 0.47% | - |
| HSV(B) | 284.63º | 1% | 0.95% | - |
| XYZ | 34.85 | 16.11 | 85.28 | - |
| YUV | 81.41 | 218.63 | 198.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 0 | 242 | 0.26 | 1 | 0 | 0.05 | 284.63 | 1 | 0.47 |
| Hex | B4 | 0 | F2 | 1A | 64 | 0 | 5 | 11D | 64 | 2F |
| Octal | 264 | 0 | 362 | 32 | 144 | 0 | 5 | 435 | 144 | 57 |
| Binary | 10110100 | 0 | 11110010 | 11010 | 1100100 | 0 | 101 | 100011101 | 1100100 | 101111 |
Color Harmonies of #B400F2
Complementary color
Monochromatic Colors of #B400F2
Black with #B400F2
Text Example
Text Example
White with #B400F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B400F2; }
p { color: rgb(180,0,242); }
H1.HeaderClassName
{
color: #B400F2;
}
.AnyTagClassName
{
color: #B400F2;
}
</style>
background-color css
<style>
a { background-color: #B400F2; }
a { background-color: rgb(180,0,242); }
div.DivClassName
{
background-color: #B400F2;
}
.BgClassName
{
background-color: #B400F2;
}
</style>
border-color css
<style>
span { border-color: #B400F2; }
span { border-color: rgb(180,0,242); }
td.TdClassName
{
border-color: #B400F2;
}
.TagClassName
{
border-color: #B400F2;
}
</style>