Shades of Blue Violet #B036FF
Tints of Blue Violet #B036FF
RGB
CMYK
RGB Variations
Color information
#B036FF (or 0xB036FF) is known color: Blue Violet. HEX triplet: B0, 36 and FF. RGB value is (176,54,255). Sum of RGB (Red+Green+Blue) = 176+54+255=485 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.29% from 485); Green value is 54 (21.48% from 255 or 11.13% from 485); Blue value is 255 (100% from 255 or 52.58% from 485); Max value from RGB is 255 - color contains mainly: blue. Hex color #B036FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B036FF is #4FC900. Grayscale: #707070. Windows color (decimal): -5228801 or 16725680. OLE color: 16725680.
HSL color Cylindrical-coordinate representation of color #B036FF: hue angle of 276.42º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B036FF is Cyan = 0.31, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 176 | 54 | 255 | - |
| CMYK | 0.31 | 0.79 | 0 | 0 |
| HSL | 276.42º | 1% | 0.61% | - |
| HSV(B) | 276.42º | 0.79% | 1% | - |
| XYZ | 37.27 | 19.09 | 96.33 | - |
| YUV | 113.39 | 207.92 | 172.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 54 | 255 | 0.31 | 0.79 | 0 | 0 | 276.42 | 1 | 0.61 |
| Hex | B0 | 36 | FF | 1F | 4F | 0 | 0 | 114 | 64 | 3D |
| Octal | 260 | 66 | 377 | 37 | 117 | 0 | 0 | 424 | 144 | 75 |
| Binary | 10110000 | 110110 | 11111111 | 11111 | 1001111 | 0 | 0 | 100010100 | 1100100 | 111101 |
Color Harmonies of #B036FF
Complementary color
Monochromatic Colors of #B036FF
Black with #B036FF
Text Example
Text Example
White with #B036FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B036FF; }
p { color: rgb(176,54,255); }
H1.HeaderClassName
{
color: #B036FF;
}
.AnyTagClassName
{
color: #B036FF;
}
</style>
background-color css
<style>
a { background-color: #B036FF; }
a { background-color: rgb(176,54,255); }
div.DivClassName
{
background-color: #B036FF;
}
.BgClassName
{
background-color: #B036FF;
}
</style>
border-color css
<style>
span { border-color: #B036FF; }
span { border-color: rgb(176,54,255); }
td.TdClassName
{
border-color: #B036FF;
}
.TagClassName
{
border-color: #B036FF;
}
</style>