Shades of Violet Blue #B33FA3
Tints of Violet Blue #B33FA3
RGB
CMYK
RGB Variations
Color information
#B33FA3 (or 0xB33FA3) is known color: Violet Blue. HEX triplet: B3, 3F and A3. RGB value is (179,63,163). Sum of RGB (Red+Green+Blue) = 179+63+163=405 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.20% from 405); Green value is 63 (25% from 255 or 15.56% from 405); Blue value is 163 (64.06% from 255 or 40.25% from 405); Max value from RGB is 179 - color contains mainly: red. Hex color #B33FA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B33FA3 is #4CC05C. Grayscale: #6C6C6C. Windows color (decimal): -5029981 or 10698675. OLE color: 10698675.
HSL color Cylindrical-coordinate representation of color #B33FA3: hue angle of 308.28º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B33FA3 is Cyan = 0, Magento = 0.65, Yellow = 0.09 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 63 | 163 | - |
| CMYK | 0 | 0.65 | 0.09 | 0.30 |
| HSL | 308.28º | 0.48% | 0.47% | - |
| HSV(B) | 308.28º | 0.65% | 0.7% | - |
| XYZ | 26.98 | 15.78 | 36.27 | - |
| YUV | 109.08 | 158.43 | 177.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 63 | 163 | 0 | 0.65 | 0.09 | 0.30 | 308.28 | 0.48 | 0.47 |
| Hex | B3 | 3F | A3 | 0 | 41 | 9 | 1E | 134 | 30 | 2F |
| Octal | 263 | 77 | 243 | 0 | 101 | 11 | 36 | 464 | 60 | 57 |
| Binary | 10110011 | 111111 | 10100011 | 0 | 1000001 | 1001 | 11110 | 100110100 | 110000 | 101111 |
Color Harmonies of #B33FA3
Complementary color
Monochromatic Colors of #B33FA3
Black with #B33FA3
Text Example
Text Example
White with #B33FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33FA3; }
p { color: rgb(179,63,163); }
H1.HeaderClassName
{
color: #B33FA3;
}
.AnyTagClassName
{
color: #B33FA3;
}
</style>
background-color css
<style>
a { background-color: #B33FA3; }
a { background-color: rgb(179,63,163); }
div.DivClassName
{
background-color: #B33FA3;
}
.BgClassName
{
background-color: #B33FA3;
}
</style>
border-color css
<style>
span { border-color: #B33FA3; }
span { border-color: rgb(179,63,163); }
td.TdClassName
{
border-color: #B33FA3;
}
.TagClassName
{
border-color: #B33FA3;
}
</style>