Shades of Electric Purple #B700F3
Tints of Electric Purple #B700F3
RGB
CMYK
RGB Variations
Color information
#B700F3 (or 0xB700F3) is known color: Electric Purple. HEX triplet: B7, 00 and F3. RGB value is (183,0,243). Sum of RGB (Red+Green+Blue) = 183+0+243=426 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.96% from 426); Green value is 0 (0.39% from 255 or 0% from 426); Blue value is 243 (95.31% from 255 or 57.04% from 426); Max value from RGB is 243 - color contains mainly: blue. Hex color #B700F3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B700F3 is #48FF0C. Grayscale: #515151. Windows color (decimal): -4783885 or 15925431. OLE color: 15925431.
HSL color Cylindrical-coordinate representation of color #B700F3: hue angle of 285.19º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B700F3 is Cyan = 0.25, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 183 | 0 | 243 | - |
| CMYK | 0.25 | 1 | 0 | 0.05 |
| HSL | 285.19º | 1% | 0.48% | - |
| HSV(B) | 285.19º | 1% | 0.95% | - |
| XYZ | 35.71 | 16.54 | 86.1 | - |
| YUV | 82.42 | 218.63 | 199.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 0 | 243 | 0.25 | 1 | 0 | 0.05 | 285.19 | 1 | 0.48 |
| Hex | B7 | 0 | F3 | 19 | 64 | 0 | 5 | 11D | 64 | 30 |
| Octal | 267 | 0 | 363 | 31 | 144 | 0 | 5 | 435 | 144 | 60 |
| Binary | 10110111 | 0 | 11110011 | 11001 | 1100100 | 0 | 101 | 100011101 | 1100100 | 110000 |
Color Harmonies of #B700F3
Complementary color
Monochromatic Colors of #B700F3
Black with #B700F3
Text Example
Text Example
White with #B700F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B700F3; }
p { color: rgb(183,0,243); }
H1.HeaderClassName
{
color: #B700F3;
}
.AnyTagClassName
{
color: #B700F3;
}
</style>
background-color css
<style>
a { background-color: #B700F3; }
a { background-color: rgb(183,0,243); }
div.DivClassName
{
background-color: #B700F3;
}
.BgClassName
{
background-color: #B700F3;
}
</style>
border-color css
<style>
span { border-color: #B700F3; }
span { border-color: rgb(183,0,243); }
td.TdClassName
{
border-color: #B700F3;
}
.TagClassName
{
border-color: #B700F3;
}
</style>