Shades of Blue Violet #B33AFC
Tints of Blue Violet #B33AFC
RGB
CMYK
RGB Variations
Color information
#B33AFC (or 0xB33AFC) is known color: Blue Violet. HEX triplet: B3, 3A and FC. RGB value is (179,58,252). Sum of RGB (Red+Green+Blue) = 179+58+252=489 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.61% from 489); Green value is 58 (23.05% from 255 or 11.86% from 489); Blue value is 252 (98.83% from 255 or 51.53% from 489); Max value from RGB is 252 - color contains mainly: blue. Hex color #B33AFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B33AFC is #4CC503. Grayscale: #737373. Windows color (decimal): -5031172 or 16530099. OLE color: 16530099.
HSL color Cylindrical-coordinate representation of color #B33AFC: hue angle of 277.42º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B33AFC is Cyan = 0.29, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 179 | 58 | 252 | - |
| CMYK | 0.29 | 0.77 | 0 | 0.01 |
| HSL | 277.42º | 0.97% | 0.61% | - |
| HSV(B) | 277.42º | 0.77% | 0.99% | - |
| XYZ | 37.67 | 19.64 | 93.9 | - |
| YUV | 116.3 | 204.59 | 172.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 58 | 252 | 0.29 | 0.77 | 0 | 0.01 | 277.42 | 0.97 | 0.61 |
| Hex | B3 | 3A | FC | 1D | 4D | 0 | 1 | 115 | 61 | 3D |
| Octal | 263 | 72 | 374 | 35 | 115 | 0 | 1 | 425 | 141 | 75 |
| Binary | 10110011 | 111010 | 11111100 | 11101 | 1001101 | 0 | 1 | 100010101 | 1100001 | 111101 |
Color Harmonies of #B33AFC
Complementary color
Monochromatic Colors of #B33AFC
Black with #B33AFC
Text Example
Text Example
White with #B33AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33AFC; }
p { color: rgb(179,58,252); }
H1.HeaderClassName
{
color: #B33AFC;
}
.AnyTagClassName
{
color: #B33AFC;
}
</style>
background-color css
<style>
a { background-color: #B33AFC; }
a { background-color: rgb(179,58,252); }
div.DivClassName
{
background-color: #B33AFC;
}
.BgClassName
{
background-color: #B33AFC;
}
</style>
border-color css
<style>
span { border-color: #B33AFC; }
span { border-color: rgb(179,58,252); }
td.TdClassName
{
border-color: #B33AFC;
}
.TagClassName
{
border-color: #B33AFC;
}
</style>