Shades of Electric Purple #B934FB
Tints of Electric Purple #B934FB
RGB
CMYK
RGB Variations
Color information
#B934FB (or 0xB934FB) is known color: Electric Purple. HEX triplet: B9, 34 and FB. RGB value is (185,52,251). Sum of RGB (Red+Green+Blue) = 185+52+251=488 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.91% from 488); Green value is 52 (20.70% from 255 or 10.66% from 488); Blue value is 251 (98.44% from 255 or 51.43% from 488); Max value from RGB is 251 - color contains mainly: blue. Hex color #B934FB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B934FB is #46CB04. Grayscale: #717171. Windows color (decimal): -4639493 or 16463033. OLE color: 16463033.
HSL color Cylindrical-coordinate representation of color #B934FB: hue angle of 280.1º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B934FB is Cyan = 0.26, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 185 | 52 | 251 | - |
| CMYK | 0.26 | 0.79 | 0 | 0.02 |
| HSL | 280.1º | 0.96% | 0.59% | - |
| HSV(B) | 280.1º | 0.79% | 0.98% | - |
| XYZ | 38.65 | 19.74 | 93.04 | - |
| YUV | 114.45 | 205.06 | 178.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 52 | 251 | 0.26 | 0.79 | 0 | 0.02 | 280.1 | 0.96 | 0.59 |
| Hex | B9 | 34 | FB | 1A | 4F | 0 | 2 | 118 | 60 | 3B |
| Octal | 271 | 64 | 373 | 32 | 117 | 0 | 2 | 430 | 140 | 73 |
| Binary | 10111001 | 110100 | 11111011 | 11010 | 1001111 | 0 | 10 | 100011000 | 1100000 | 111011 |
Color Harmonies of #B934FB
Complementary color
Monochromatic Colors of #B934FB
Black with #B934FB
Text Example
Text Example
White with #B934FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B934FB; }
p { color: rgb(185,52,251); }
H1.HeaderClassName
{
color: #B934FB;
}
.AnyTagClassName
{
color: #B934FB;
}
</style>
background-color css
<style>
a { background-color: #B934FB; }
a { background-color: rgb(185,52,251); }
div.DivClassName
{
background-color: #B934FB;
}
.BgClassName
{
background-color: #B934FB;
}
</style>
border-color css
<style>
span { border-color: #B934FB; }
span { border-color: rgb(185,52,251); }
td.TdClassName
{
border-color: #B934FB;
}
.TagClassName
{
border-color: #B934FB;
}
</style>