Shades of Electric Purple #B705F4
Tints of Electric Purple #B705F4
RGB
CMYK
RGB Variations
Color information
#B705F4 (or 0xB705F4) is known color: Electric Purple. HEX triplet: B7, 05 and F4. RGB value is (183,5,244). Sum of RGB (Red+Green+Blue) = 183+5+244=432 (57% of max value = 765). Red value is 183 (71.88% from 255 or 42.36% from 432); Green value is 5 (2.34% from 255 or 1.16% from 432); Blue value is 244 (95.70% from 255 or 56.48% from 432); Max value from RGB is 244 - color contains mainly: blue. Hex color #B705F4 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B705F4 is #48FA0B. Grayscale: #545454. Windows color (decimal): -4782604 or 15992247. OLE color: 15992247.
HSL color Cylindrical-coordinate representation of color #B705F4: hue angle of 284.69º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B705F4 is Cyan = 0.25, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 183 | 5 | 244 | - |
| CMYK | 0.25 | 0.98 | 0 | 0.04 |
| HSL | 284.69º | 0.96% | 0.49% | - |
| HSV(B) | 284.69º | 0.98% | 0.96% | - |
| XYZ | 35.91 | 16.71 | 86.92 | - |
| YUV | 85.47 | 217.47 | 197.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 5 | 244 | 0.25 | 0.98 | 0 | 0.04 | 284.69 | 0.96 | 0.49 |
| Hex | B7 | 5 | F4 | 19 | 62 | 0 | 4 | 11D | 60 | 31 |
| Octal | 267 | 5 | 364 | 31 | 142 | 0 | 4 | 435 | 140 | 61 |
| Binary | 10110111 | 101 | 11110100 | 11001 | 1100010 | 0 | 100 | 100011101 | 1100000 | 110001 |
Color Harmonies of #B705F4
Complementary color
Monochromatic Colors of #B705F4
Black with #B705F4
Text Example
Text Example
White with #B705F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B705F4; }
p { color: rgb(183,5,244); }
H1.HeaderClassName
{
color: #B705F4;
}
.AnyTagClassName
{
color: #B705F4;
}
</style>
background-color css
<style>
a { background-color: #B705F4; }
a { background-color: rgb(183,5,244); }
div.DivClassName
{
background-color: #B705F4;
}
.BgClassName
{
background-color: #B705F4;
}
</style>
border-color css
<style>
span { border-color: #B705F4; }
span { border-color: rgb(183,5,244); }
td.TdClassName
{
border-color: #B705F4;
}
.TagClassName
{
border-color: #B705F4;
}
</style>