Shades of Blue Violet #B128F0
Tints of Blue Violet #B128F0
RGB
CMYK
RGB Variations
Color information
#B128F0 (or 0xB128F0) is known color: Blue Violet. HEX triplet: B1, 28 and F0. RGB value is (177,40,240). Sum of RGB (Red+Green+Blue) = 177+40+240=457 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.73% from 457); Green value is 40 (16.02% from 255 or 8.75% from 457); Blue value is 240 (94.14% from 255 or 52.52% from 457); Max value from RGB is 240 - color contains mainly: blue. Hex color #B128F0 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B128F0 is #4ED70F. Grayscale: #676767. Windows color (decimal): -5166864 or 15739057. OLE color: 15739057.
HSL color Cylindrical-coordinate representation of color #B128F0: hue angle of 281.1º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B128F0 is Cyan = 0.26, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 177 | 40 | 240 | - |
| CMYK | 0.26 | 0.83 | 0 | 0.06 |
| HSL | 281.1º | 0.87% | 0.55% | - |
| HSV(B) | 281.1º | 0.83% | 0.94% | - |
| XYZ | 34.62 | 17.16 | 83.92 | - |
| YUV | 103.76 | 204.89 | 180.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 40 | 240 | 0.26 | 0.83 | 0 | 0.06 | 281.1 | 0.87 | 0.55 |
| Hex | B1 | 28 | F0 | 1A | 53 | 0 | 6 | 119 | 57 | 37 |
| Octal | 261 | 50 | 360 | 32 | 123 | 0 | 6 | 431 | 127 | 67 |
| Binary | 10110001 | 101000 | 11110000 | 11010 | 1010011 | 0 | 110 | 100011001 | 1010111 | 110111 |
Color Harmonies of #B128F0
Complementary color
Monochromatic Colors of #B128F0
Black with #B128F0
Text Example
Text Example
White with #B128F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B128F0; }
p { color: rgb(177,40,240); }
H1.HeaderClassName
{
color: #B128F0;
}
.AnyTagClassName
{
color: #B128F0;
}
</style>
background-color css
<style>
a { background-color: #B128F0; }
a { background-color: rgb(177,40,240); }
div.DivClassName
{
background-color: #B128F0;
}
.BgClassName
{
background-color: #B128F0;
}
</style>
border-color css
<style>
span { border-color: #B128F0; }
span { border-color: rgb(177,40,240); }
td.TdClassName
{
border-color: #B128F0;
}
.TagClassName
{
border-color: #B128F0;
}
</style>