Shades of Electric Purple #B70BFD
Tints of Electric Purple #B70BFD
RGB
CMYK
RGB Variations
Color information
#B70BFD (or 0xB70BFD) is known color: Electric Purple. HEX triplet: B7, 0B and FD. RGB value is (183,11,253). Sum of RGB (Red+Green+Blue) = 183+11+253=447 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.94% from 447); Green value is 11 (4.69% from 255 or 2.46% from 447); Blue value is 253 (99.22% from 255 or 56.60% from 447); Max value from RGB is 253 - color contains mainly: blue. Hex color #B70BFD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B70BFD is #48F402. Grayscale: #595959. Windows color (decimal): -4781059 or 16583607. OLE color: 16583607.
HSL color Cylindrical-coordinate representation of color #B70BFD: hue angle of 282.64º 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 #B70BFD is Cyan = 0.28, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 183 | 11 | 253 | - |
| CMYK | 0.28 | 0.96 | 0 | 0.01 |
| HSL | 282.64º | 0.98% | 0.52% | - |
| HSV(B) | 282.64º | 0.96% | 0.99% | - |
| XYZ | 37.38 | 17.4 | 94.32 | - |
| YUV | 90.02 | 219.98 | 194.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 11 | 253 | 0.28 | 0.96 | 0 | 0.01 | 282.64 | 0.98 | 0.52 |
| Hex | B7 | B | FD | 1C | 60 | 0 | 1 | 11B | 62 | 34 |
| Octal | 267 | 13 | 375 | 34 | 140 | 0 | 1 | 433 | 142 | 64 |
| Binary | 10110111 | 1011 | 11111101 | 11100 | 1100000 | 0 | 1 | 100011011 | 1100010 | 110100 |
Color Harmonies of #B70BFD
Complementary color
Monochromatic Colors of #B70BFD
Black with #B70BFD
Text Example
Text Example
White with #B70BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B70BFD; }
p { color: rgb(183,11,253); }
H1.HeaderClassName
{
color: #B70BFD;
}
.AnyTagClassName
{
color: #B70BFD;
}
</style>
background-color css
<style>
a { background-color: #B70BFD; }
a { background-color: rgb(183,11,253); }
div.DivClassName
{
background-color: #B70BFD;
}
.BgClassName
{
background-color: #B70BFD;
}
</style>
border-color css
<style>
span { border-color: #B70BFD; }
span { border-color: rgb(183,11,253); }
td.TdClassName
{
border-color: #B70BFD;
}
.TagClassName
{
border-color: #B70BFD;
}
</style>