Shades of Electric Purple #B701FD
Tints of Electric Purple #B701FD
RGB
CMYK
RGB Variations
Color information
#B701FD (or 0xB701FD) is known color: Electric Purple. HEX triplet: B7, 01 and FD. RGB value is (183,1,253). Sum of RGB (Red+Green+Blue) = 183+1+253=437 (57% of max value = 765). Red value is 183 (71.88% from 255 or 41.88% from 437); Green value is 1 (0.78% from 255 or 0.23% from 437); Blue value is 253 (99.22% from 255 or 57.89% from 437); Max value from RGB is 253 - color contains mainly: blue. Hex color #B701FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B701FD is #48FE02. Grayscale: #535353. Windows color (decimal): -4783619 or 16581047. OLE color: 16581047.
HSL color Cylindrical-coordinate representation of color #B701FD: hue angle of 283.33º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B701FD is Cyan = 0.28, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 183 | 1 | 253 | - |
| CMYK | 0.28 | 1.00 | 0 | 0.01 |
| HSL | 283.33º | 0.99% | 0.5% | - |
| HSV(B) | 283.33º | 1% | 0.99% | - |
| XYZ | 37.27 | 17.18 | 94.28 | - |
| YUV | 84.15 | 223.3 | 198.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 1 | 253 | 0.28 | 1.00 | 0 | 0.01 | 283.33 | 0.99 | 0.5 |
| Hex | B7 | 1 | FD | 1C | 64 | 0 | 1 | 11B | 63 | 32 |
| Octal | 267 | 1 | 375 | 34 | 144 | 0 | 1 | 433 | 143 | 62 |
| Binary | 10110111 | 1 | 11111101 | 11100 | 1100100 | 0 | 1 | 100011011 | 1100011 | 110010 |
Color Harmonies of #B701FD
Complementary color
Monochromatic Colors of #B701FD
Black with #B701FD
Text Example
Text Example
White with #B701FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B701FD; }
p { color: rgb(183,1,253); }
H1.HeaderClassName
{
color: #B701FD;
}
.AnyTagClassName
{
color: #B701FD;
}
</style>
background-color css
<style>
a { background-color: #B701FD; }
a { background-color: rgb(183,1,253); }
div.DivClassName
{
background-color: #B701FD;
}
.BgClassName
{
background-color: #B701FD;
}
</style>
border-color css
<style>
span { border-color: #B701FD; }
span { border-color: rgb(183,1,253); }
td.TdClassName
{
border-color: #B701FD;
}
.TagClassName
{
border-color: #B701FD;
}
</style>