Shades of Blue Violet #B133FF
Tints of Blue Violet #B133FF
RGB
CMYK
RGB Variations
Color information
#B133FF (or 0xB133FF) is known color: Blue Violet. HEX triplet: B1, 33 and FF. RGB value is (177,51,255). Sum of RGB (Red+Green+Blue) = 177+51+255=483 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.65% from 483); Green value is 51 (20.31% from 255 or 10.56% from 483); Blue value is 255 (100% from 255 or 52.80% from 483); Max value from RGB is 255 - color contains mainly: blue. Hex color #B133FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B133FF is #4ECC00. Grayscale: #6F6F6F. Windows color (decimal): -5164033 or 16724913. OLE color: 16724913.
HSL color Cylindrical-coordinate representation of color #B133FF: hue angle of 277.06º 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 #B133FF is Cyan = 0.31, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 177 | 51 | 255 | - |
| CMYK | 0.31 | 0.8 | 0 | 0 |
| HSL | 277.06º | 1% | 0.6% | - |
| HSV(B) | 277.06º | 0.8% | 1% | - |
| XYZ | 37.37 | 18.93 | 96.29 | - |
| YUV | 111.93 | 208.74 | 174.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 51 | 255 | 0.31 | 0.8 | 0 | 0 | 277.06 | 1 | 0.6 |
| Hex | B1 | 33 | FF | 1F | 50 | 0 | 0 | 115 | 64 | 3C |
| Octal | 261 | 63 | 377 | 37 | 120 | 0 | 0 | 425 | 144 | 74 |
| Binary | 10110001 | 110011 | 11111111 | 11111 | 1010000 | 0 | 0 | 100010101 | 1100100 | 111100 |
Color Harmonies of #B133FF
Complementary color
Monochromatic Colors of #B133FF
Black with #B133FF
Text Example
Text Example
White with #B133FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B133FF; }
p { color: rgb(177,51,255); }
H1.HeaderClassName
{
color: #B133FF;
}
.AnyTagClassName
{
color: #B133FF;
}
</style>
background-color css
<style>
a { background-color: #B133FF; }
a { background-color: rgb(177,51,255); }
div.DivClassName
{
background-color: #B133FF;
}
.BgClassName
{
background-color: #B133FF;
}
</style>
border-color css
<style>
span { border-color: #B133FF; }
span { border-color: rgb(177,51,255); }
td.TdClassName
{
border-color: #B133FF;
}
.TagClassName
{
border-color: #B133FF;
}
</style>