Shades of Electric Purple #B735FE
Tints of Electric Purple #B735FE
RGB
CMYK
RGB Variations
Color information
#B735FE (or 0xB735FE) is known color: Electric Purple. HEX triplet: B7, 35 and FE. RGB value is (183,53,254). Sum of RGB (Red+Green+Blue) = 183+53+254=490 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.35% from 490); Green value is 53 (21.09% from 255 or 10.82% from 490); Blue value is 254 (99.61% from 255 or 51.84% from 490); Max value from RGB is 254 - color contains mainly: blue. Hex color #B735FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B735FE is #48CA01. Grayscale: #727272. Windows color (decimal): -4770306 or 16659895. OLE color: 16659895.
HSL color Cylindrical-coordinate representation of color #B735FE: hue angle of 278.81º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B735FE is Cyan = 0.28, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 183 | 53 | 254 | - |
| CMYK | 0.28 | 0.79 | 0 | 0.00 |
| HSL | 278.81º | 0.99% | 0.6% | - |
| HSV(B) | 278.81º | 0.79% | 1% | - |
| XYZ | 38.69 | 19.77 | 95.54 | - |
| YUV | 114.78 | 206.57 | 176.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 53 | 254 | 0.28 | 0.79 | 0 | 0.00 | 278.81 | 0.99 | 0.6 |
| Hex | B7 | 35 | FE | 1C | 4F | 0 | 0 | 117 | 63 | 3C |
| Octal | 267 | 65 | 376 | 34 | 117 | 0 | 0 | 427 | 143 | 74 |
| Binary | 10110111 | 110101 | 11111110 | 11100 | 1001111 | 0 | 0 | 100010111 | 1100011 | 111100 |
Color Harmonies of #B735FE
Complementary color
Monochromatic Colors of #B735FE
Black with #B735FE
Text Example
Text Example
White with #B735FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B735FE; }
p { color: rgb(183,53,254); }
H1.HeaderClassName
{
color: #B735FE;
}
.AnyTagClassName
{
color: #B735FE;
}
</style>
background-color css
<style>
a { background-color: #B735FE; }
a { background-color: rgb(183,53,254); }
div.DivClassName
{
background-color: #B735FE;
}
.BgClassName
{
background-color: #B735FE;
}
</style>
border-color css
<style>
span { border-color: #B735FE; }
span { border-color: rgb(183,53,254); }
td.TdClassName
{
border-color: #B735FE;
}
.TagClassName
{
border-color: #B735FE;
}
</style>