Shades of Electric Purple #B61BFA
Tints of Electric Purple #B61BFA
RGB
CMYK
RGB Variations
Color information
#B61BFA (or 0xB61BFA) is known color: Electric Purple. HEX triplet: B6, 1B and FA. RGB value is (182,27,250). Sum of RGB (Red+Green+Blue) = 182+27+250=459 (60% of max value = 765). Red value is 182 (71.48% from 255 or 39.65% from 459); Green value is 27 (10.94% from 255 or 5.88% from 459); Blue value is 250 (98.05% from 255 or 54.47% from 459); Max value from RGB is 250 - color contains mainly: blue. Hex color #B61BFA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B61BFA is #49E405. Grayscale: #626262. Windows color (decimal): -4842502 or 16391094. OLE color: 16391094.
HSL color Cylindrical-coordinate representation of color #B61BFA: hue angle of 281.7º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B61BFA is Cyan = 0.27, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 182 | 27 | 250 | - |
| CMYK | 0.27 | 0.89 | 0 | 0.02 |
| HSL | 281.7º | 0.96% | 0.54% | - |
| HSV(B) | 281.7º | 0.89% | 0.98% | - |
| XYZ | 36.94 | 17.63 | 91.9 | - |
| YUV | 98.77 | 213.35 | 187.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 27 | 250 | 0.27 | 0.89 | 0 | 0.02 | 281.7 | 0.96 | 0.54 |
| Hex | B6 | 1B | FA | 1B | 59 | 0 | 2 | 11A | 60 | 36 |
| Octal | 266 | 33 | 372 | 33 | 131 | 0 | 2 | 432 | 140 | 66 |
| Binary | 10110110 | 11011 | 11111010 | 11011 | 1011001 | 0 | 10 | 100011010 | 1100000 | 110110 |
Color Harmonies of #B61BFA
Complementary color
Monochromatic Colors of #B61BFA
Black with #B61BFA
Text Example
Text Example
White with #B61BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B61BFA; }
p { color: rgb(182,27,250); }
H1.HeaderClassName
{
color: #B61BFA;
}
.AnyTagClassName
{
color: #B61BFA;
}
</style>
background-color css
<style>
a { background-color: #B61BFA; }
a { background-color: rgb(182,27,250); }
div.DivClassName
{
background-color: #B61BFA;
}
.BgClassName
{
background-color: #B61BFA;
}
</style>
border-color css
<style>
span { border-color: #B61BFA; }
span { border-color: rgb(182,27,250); }
td.TdClassName
{
border-color: #B61BFA;
}
.TagClassName
{
border-color: #B61BFA;
}
</style>