Shades of Blue Violet #B033FF
Tints of Blue Violet #B033FF
RGB
CMYK
RGB Variations
Color information
#B033FF (or 0xB033FF) is known color: Blue Violet. HEX triplet: B0, 33 and FF. RGB value is (176,51,255). Sum of RGB (Red+Green+Blue) = 176+51+255=482 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.51% from 482); Green value is 51 (20.31% from 255 or 10.58% from 482); Blue value is 255 (100% from 255 or 52.90% from 482); Max value from RGB is 255 - color contains mainly: blue. Hex color #B033FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B033FF is #4FCC00. Grayscale: #6E6E6E. Windows color (decimal): -5229569 or 16724912. OLE color: 16724912.
HSL color Cylindrical-coordinate representation of color #B033FF: hue angle of 276.76º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B033FF is Cyan = 0.31, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 176 | 51 | 255 | - |
| CMYK | 0.31 | 0.8 | 0 | 0 |
| HSL | 276.76º | 1% | 0.6% | - |
| HSV(B) | 276.76º | 0.8% | 1% | - |
| XYZ | 37.14 | 18.82 | 96.28 | - |
| YUV | 111.63 | 208.91 | 173.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 51 | 255 | 0.31 | 0.8 | 0 | 0 | 276.76 | 1 | 0.6 |
| Hex | B0 | 33 | FF | 1F | 50 | 0 | 0 | 115 | 64 | 3C |
| Octal | 260 | 63 | 377 | 37 | 120 | 0 | 0 | 425 | 144 | 74 |
| Binary | 10110000 | 110011 | 11111111 | 11111 | 1010000 | 0 | 0 | 100010101 | 1100100 | 111100 |
Color Harmonies of #B033FF
Complementary color
Monochromatic Colors of #B033FF
Black with #B033FF
Text Example
Text Example
White with #B033FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B033FF; }
p { color: rgb(176,51,255); }
H1.HeaderClassName
{
color: #B033FF;
}
.AnyTagClassName
{
color: #B033FF;
}
</style>
background-color css
<style>
a { background-color: #B033FF; }
a { background-color: rgb(176,51,255); }
div.DivClassName
{
background-color: #B033FF;
}
.BgClassName
{
background-color: #B033FF;
}
</style>
border-color css
<style>
span { border-color: #B033FF; }
span { border-color: rgb(176,51,255); }
td.TdClassName
{
border-color: #B033FF;
}
.TagClassName
{
border-color: #B033FF;
}
</style>