Shades of Electric Purple #B734FE
Tints of Electric Purple #B734FE
RGB
CMYK
RGB Variations
Color information
#B734FE (or 0xB734FE) is known color: Electric Purple. HEX triplet: B7, 34 and FE. RGB value is (183,52,254). Sum of RGB (Red+Green+Blue) = 183+52+254=489 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.42% from 489); Green value is 52 (20.70% from 255 or 10.63% from 489); Blue value is 254 (99.61% from 255 or 51.94% from 489); Max value from RGB is 254 - color contains mainly: blue. Hex color #B734FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B734FE is #48CB01. Grayscale: #717171. Windows color (decimal): -4770562 or 16659639. OLE color: 16659639.
HSL color Cylindrical-coordinate representation of color #B734FE: hue angle of 278.91º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B734FE is Cyan = 0.28, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 183 | 52 | 254 | - |
| CMYK | 0.28 | 0.80 | 0 | 0.00 |
| HSL | 278.91º | 0.99% | 0.6% | - |
| HSV(B) | 278.91º | 0.8% | 1% | - |
| XYZ | 38.65 | 19.68 | 95.53 | - |
| YUV | 114.2 | 206.9 | 177.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 52 | 254 | 0.28 | 0.80 | 0 | 0.00 | 278.91 | 0.99 | 0.6 |
| Hex | B7 | 34 | FE | 1C | 50 | 0 | 0 | 117 | 63 | 3C |
| Octal | 267 | 64 | 376 | 34 | 120 | 0 | 0 | 427 | 143 | 74 |
| Binary | 10110111 | 110100 | 11111110 | 11100 | 1010000 | 0 | 0 | 100010111 | 1100011 | 111100 |
Color Harmonies of #B734FE
Complementary color
Monochromatic Colors of #B734FE
Black with #B734FE
Text Example
Text Example
White with #B734FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B734FE; }
p { color: rgb(183,52,254); }
H1.HeaderClassName
{
color: #B734FE;
}
.AnyTagClassName
{
color: #B734FE;
}
</style>
background-color css
<style>
a { background-color: #B734FE; }
a { background-color: rgb(183,52,254); }
div.DivClassName
{
background-color: #B734FE;
}
.BgClassName
{
background-color: #B734FE;
}
</style>
border-color css
<style>
span { border-color: #B734FE; }
span { border-color: rgb(183,52,254); }
td.TdClassName
{
border-color: #B734FE;
}
.TagClassName
{
border-color: #B734FE;
}
</style>