Shades of Blue Violet #B132FE
Tints of Blue Violet #B132FE
RGB
CMYK
RGB Variations
Color information
#B132FE (or 0xB132FE) is known color: Blue Violet. HEX triplet: B1, 32 and FE. RGB value is (177,50,254). Sum of RGB (Red+Green+Blue) = 177+50+254=481 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.80% from 481); Green value is 50 (19.92% from 255 or 10.40% from 481); Blue value is 254 (99.61% from 255 or 52.81% from 481); Max value from RGB is 254 - color contains mainly: blue. Hex color #B132FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B132FE is #4ECD01. Grayscale: #6E6E6E. Windows color (decimal): -5164290 or 16659121. OLE color: 16659121.
HSL color Cylindrical-coordinate representation of color #B132FE: hue angle of 277.35º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B132FE is Cyan = 0.30, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 177 | 50 | 254 | - |
| CMYK | 0.30 | 0.80 | 0 | 0.00 |
| HSL | 277.35º | 0.99% | 0.6% | - |
| HSV(B) | 277.35º | 0.8% | 1% | - |
| XYZ | 37.16 | 18.78 | 95.43 | - |
| YUV | 111.23 | 208.58 | 174.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 50 | 254 | 0.30 | 0.80 | 0 | 0.00 | 277.35 | 0.99 | 0.6 |
| Hex | B1 | 32 | FE | 1E | 50 | 0 | 0 | 115 | 63 | 3C |
| Octal | 261 | 62 | 376 | 36 | 120 | 0 | 0 | 425 | 143 | 74 |
| Binary | 10110001 | 110010 | 11111110 | 11110 | 1010000 | 0 | 0 | 100010101 | 1100011 | 111100 |
Color Harmonies of #B132FE
Complementary color
Monochromatic Colors of #B132FE
Black with #B132FE
Text Example
Text Example
White with #B132FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B132FE; }
p { color: rgb(177,50,254); }
H1.HeaderClassName
{
color: #B132FE;
}
.AnyTagClassName
{
color: #B132FE;
}
</style>
background-color css
<style>
a { background-color: #B132FE; }
a { background-color: rgb(177,50,254); }
div.DivClassName
{
background-color: #B132FE;
}
.BgClassName
{
background-color: #B132FE;
}
</style>
border-color css
<style>
span { border-color: #B132FE; }
span { border-color: rgb(177,50,254); }
td.TdClassName
{
border-color: #B132FE;
}
.TagClassName
{
border-color: #B132FE;
}
</style>