Shades of Blue Violet #B036F2
Tints of Blue Violet #B036F2
RGB
CMYK
RGB Variations
Color information
#B036F2 (or 0xB036F2) is known color: Blue Violet. HEX triplet: B0, 36 and F2. RGB value is (176,54,242). Sum of RGB (Red+Green+Blue) = 176+54+242=472 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.29% from 472); Green value is 54 (21.48% from 255 or 11.44% from 472); Blue value is 242 (94.92% from 255 or 51.27% from 472); Max value from RGB is 242 - color contains mainly: blue. Hex color #B036F2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B036F2 is #4FC90D. Grayscale: #6F6F6F. Windows color (decimal): -5228814 or 15873712. OLE color: 15873712.
HSL color Cylindrical-coordinate representation of color #B036F2: hue angle of 278.94º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B036F2 is Cyan = 0.27, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 176 | 54 | 242 | - |
| CMYK | 0.27 | 0.78 | 0 | 0.05 |
| HSL | 278.94º | 0.88% | 0.58% | - |
| HSV(B) | 278.94º | 0.78% | 0.95% | - |
| XYZ | 35.25 | 18.28 | 85.67 | - |
| YUV | 111.91 | 201.42 | 173.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 54 | 242 | 0.27 | 0.78 | 0 | 0.05 | 278.94 | 0.88 | 0.58 |
| Hex | B0 | 36 | F2 | 1B | 4E | 0 | 5 | 117 | 58 | 3A |
| Octal | 260 | 66 | 362 | 33 | 116 | 0 | 5 | 427 | 130 | 72 |
| Binary | 10110000 | 110110 | 11110010 | 11011 | 1001110 | 0 | 101 | 100010111 | 1011000 | 111010 |
Color Harmonies of #B036F2
Complementary color
Monochromatic Colors of #B036F2
Black with #B036F2
Text Example
Text Example
White with #B036F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B036F2; }
p { color: rgb(176,54,242); }
H1.HeaderClassName
{
color: #B036F2;
}
.AnyTagClassName
{
color: #B036F2;
}
</style>
background-color css
<style>
a { background-color: #B036F2; }
a { background-color: rgb(176,54,242); }
div.DivClassName
{
background-color: #B036F2;
}
.BgClassName
{
background-color: #B036F2;
}
</style>
border-color css
<style>
span { border-color: #B036F2; }
span { border-color: rgb(176,54,242); }
td.TdClassName
{
border-color: #B036F2;
}
.TagClassName
{
border-color: #B036F2;
}
</style>