Shades of Electric Purple #B733FA
Tints of Electric Purple #B733FA
RGB
CMYK
RGB Variations
Color information
#B733FA (or 0xB733FA) is known color: Electric Purple. HEX triplet: B7, 33 and FA. RGB value is (183,51,250). Sum of RGB (Red+Green+Blue) = 183+51+250=484 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.81% from 484); Green value is 51 (20.31% from 255 or 10.54% from 484); Blue value is 250 (98.05% from 255 or 51.65% from 484); Max value from RGB is 250 - color contains mainly: blue. Hex color #B733FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B733FA is #48CC05. Grayscale: #707070. Windows color (decimal): -4770822 or 16397239. OLE color: 16397239.
HSL color Cylindrical-coordinate representation of color #B733FA: hue angle of 279.8º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B733FA is Cyan = 0.27, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 183 | 51 | 250 | - |
| CMYK | 0.27 | 0.80 | 0 | 0.02 |
| HSL | 279.8º | 0.95% | 0.59% | - |
| HSV(B) | 279.8º | 0.8% | 0.98% | - |
| XYZ | 37.97 | 19.34 | 92.17 | - |
| YUV | 113.15 | 205.23 | 177.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 51 | 250 | 0.27 | 0.80 | 0 | 0.02 | 279.8 | 0.95 | 0.59 |
| Hex | B7 | 33 | FA | 1B | 50 | 0 | 2 | 118 | 5F | 3B |
| Octal | 267 | 63 | 372 | 33 | 120 | 0 | 2 | 430 | 137 | 73 |
| Binary | 10110111 | 110011 | 11111010 | 11011 | 1010000 | 0 | 10 | 100011000 | 1011111 | 111011 |
Color Harmonies of #B733FA
Complementary color
Monochromatic Colors of #B733FA
Black with #B733FA
Text Example
Text Example
White with #B733FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B733FA; }
p { color: rgb(183,51,250); }
H1.HeaderClassName
{
color: #B733FA;
}
.AnyTagClassName
{
color: #B733FA;
}
</style>
background-color css
<style>
a { background-color: #B733FA; }
a { background-color: rgb(183,51,250); }
div.DivClassName
{
background-color: #B733FA;
}
.BgClassName
{
background-color: #B733FA;
}
</style>
border-color css
<style>
span { border-color: #B733FA; }
span { border-color: rgb(183,51,250); }
td.TdClassName
{
border-color: #B733FA;
}
.TagClassName
{
border-color: #B733FA;
}
</style>