Shades of Electric Purple #B105F2
Tints of Electric Purple #B105F2
RGB
CMYK
RGB Variations
Color information
#B105F2 (or 0xB105F2) is known color: Electric Purple. HEX triplet: B1, 05 and F2. RGB value is (177,5,242). Sum of RGB (Red+Green+Blue) = 177+5+242=424 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.75% from 424); Green value is 5 (2.34% from 255 or 1.18% from 424); Blue value is 242 (94.92% from 255 or 57.08% from 424); Max value from RGB is 242 - color contains mainly: blue. Hex color #B105F2 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B105F2 is #4EFA0D. Grayscale: #525252. Windows color (decimal): -5175822 or 15861169. OLE color: 15861169.
HSL color Cylindrical-coordinate representation of color #B105F2: hue angle of 283.54º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B105F2 is Cyan = 0.27, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 177 | 5 | 242 | - |
| CMYK | 0.27 | 0.98 | 0 | 0.05 |
| HSL | 283.54º | 0.96% | 0.48% | - |
| HSV(B) | 283.54º | 0.98% | 0.95% | - |
| XYZ | 34.21 | 15.87 | 85.26 | - |
| YUV | 83.45 | 217.48 | 194.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 5 | 242 | 0.27 | 0.98 | 0 | 0.05 | 283.54 | 0.96 | 0.48 |
| Hex | B1 | 5 | F2 | 1B | 62 | 0 | 5 | 11C | 60 | 30 |
| Octal | 261 | 5 | 362 | 33 | 142 | 0 | 5 | 434 | 140 | 60 |
| Binary | 10110001 | 101 | 11110010 | 11011 | 1100010 | 0 | 101 | 100011100 | 1100000 | 110000 |
Color Harmonies of #B105F2
Complementary color
Monochromatic Colors of #B105F2
Black with #B105F2
Text Example
Text Example
White with #B105F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B105F2; }
p { color: rgb(177,5,242); }
H1.HeaderClassName
{
color: #B105F2;
}
.AnyTagClassName
{
color: #B105F2;
}
</style>
background-color css
<style>
a { background-color: #B105F2; }
a { background-color: rgb(177,5,242); }
div.DivClassName
{
background-color: #B105F2;
}
.BgClassName
{
background-color: #B105F2;
}
</style>
border-color css
<style>
span { border-color: #B105F2; }
span { border-color: rgb(177,5,242); }
td.TdClassName
{
border-color: #B105F2;
}
.TagClassName
{
border-color: #B105F2;
}
</style>