Shades of Electric Purple #B700FC
Tints of Electric Purple #B700FC
RGB
CMYK
RGB Variations
Color information
#B700FC (or 0xB700FC) is known color: Electric Purple. HEX triplet: B7, 00 and FC. RGB value is (183,0,252). Sum of RGB (Red+Green+Blue) = 183+0+252=435 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.07% from 435); Green value is 0 (0.39% from 255 or 0% from 435); Blue value is 252 (98.83% from 255 or 57.93% from 435); Max value from RGB is 252 - color contains mainly: blue. Hex color #B700FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B700FC is #48FF03. Grayscale: #525252. Windows color (decimal): -4783876 or 16515255. OLE color: 16515255.
HSL color Cylindrical-coordinate representation of color #B700FC: hue angle of 283.57º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B700FC is Cyan = 0.27, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 183 | 0 | 252 | - |
| CMYK | 0.27 | 1 | 0 | 0.01 |
| HSL | 283.57º | 1% | 0.49% | - |
| HSV(B) | 283.57º | 1% | 0.99% | - |
| XYZ | 37.1 | 17.1 | 93.44 | - |
| YUV | 83.45 | 223.13 | 199.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 0 | 252 | 0.27 | 1 | 0 | 0.01 | 283.57 | 1 | 0.49 |
| Hex | B7 | 0 | FC | 1B | 64 | 0 | 1 | 11C | 64 | 31 |
| Octal | 267 | 0 | 374 | 33 | 144 | 0 | 1 | 434 | 144 | 61 |
| Binary | 10110111 | 0 | 11111100 | 11011 | 1100100 | 0 | 1 | 100011100 | 1100100 | 110001 |
Color Harmonies of #B700FC
Complementary color
Monochromatic Colors of #B700FC
Black with #B700FC
Text Example
Text Example
White with #B700FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B700FC; }
p { color: rgb(183,0,252); }
H1.HeaderClassName
{
color: #B700FC;
}
.AnyTagClassName
{
color: #B700FC;
}
</style>
background-color css
<style>
a { background-color: #B700FC; }
a { background-color: rgb(183,0,252); }
div.DivClassName
{
background-color: #B700FC;
}
.BgClassName
{
background-color: #B700FC;
}
</style>
border-color css
<style>
span { border-color: #B700FC; }
span { border-color: rgb(183,0,252); }
td.TdClassName
{
border-color: #B700FC;
}
.TagClassName
{
border-color: #B700FC;
}
</style>