Shades of Electric Purple #B632FA
Tints of Electric Purple #B632FA
RGB
CMYK
RGB Variations
Color information
#B632FA (or 0xB632FA) is known color: Electric Purple. HEX triplet: B6, 32 and FA. RGB value is (182,50,250). Sum of RGB (Red+Green+Blue) = 182+50+250=482 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.76% from 482); Green value is 50 (19.92% from 255 or 10.37% from 482); Blue value is 250 (98.05% from 255 or 51.87% from 482); Max value from RGB is 250 - color contains mainly: blue. Hex color #B632FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B632FA is #49CD05. Grayscale: #6F6F6F. Windows color (decimal): -4836614 or 16396982. OLE color: 16396982.
HSL color Cylindrical-coordinate representation of color #B632FA: hue angle of 279.6º 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 #B632FA is Cyan = 0.27, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 182 | 50 | 250 | - |
| CMYK | 0.27 | 0.8 | 0 | 0.02 |
| HSL | 279.6º | 0.95% | 0.59% | - |
| HSV(B) | 279.6º | 0.8% | 0.98% | - |
| XYZ | 37.69 | 19.13 | 92.15 | - |
| YUV | 112.27 | 205.73 | 177.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 50 | 250 | 0.27 | 0.8 | 0 | 0.02 | 279.6 | 0.95 | 0.59 |
| Hex | B6 | 32 | FA | 1B | 50 | 0 | 2 | 118 | 5F | 3B |
| Octal | 266 | 62 | 372 | 33 | 120 | 0 | 2 | 430 | 137 | 73 |
| Binary | 10110110 | 110010 | 11111010 | 11011 | 1010000 | 0 | 10 | 100011000 | 1011111 | 111011 |
Color Harmonies of #B632FA
Complementary color
Monochromatic Colors of #B632FA
Black with #B632FA
Text Example
Text Example
White with #B632FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B632FA; }
p { color: rgb(182,50,250); }
H1.HeaderClassName
{
color: #B632FA;
}
.AnyTagClassName
{
color: #B632FA;
}
</style>
background-color css
<style>
a { background-color: #B632FA; }
a { background-color: rgb(182,50,250); }
div.DivClassName
{
background-color: #B632FA;
}
.BgClassName
{
background-color: #B632FA;
}
</style>
border-color css
<style>
span { border-color: #B632FA; }
span { border-color: rgb(182,50,250); }
td.TdClassName
{
border-color: #B632FA;
}
.TagClassName
{
border-color: #B632FA;
}
</style>