Shades of Violet Blue #B363B0
Tints of Violet Blue #B363B0
RGB
CMYK
RGB Variations
Color information
#B363B0 (or 0xB363B0) is known color: Violet Blue. HEX triplet: B3, 63 and B0. RGB value is (179,99,176). Sum of RGB (Red+Green+Blue) = 179+99+176=454 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.43% from 454); Green value is 99 (39.06% from 255 or 21.81% from 454); Blue value is 176 (69.14% from 255 or 38.77% from 454); Max value from RGB is 179 - color contains mainly: red. Hex color #B363B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B363B0 is #4C9C4F. Grayscale: #838383. Windows color (decimal): -5020752 or 11559859. OLE color: 11559859.
HSL color Cylindrical-coordinate representation of color #B363B0: hue angle of 302.25º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B363B0 is Cyan = 0, Magento = 0.45, Yellow = 0.02 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 99 | 176 | - |
| CMYK | 0 | 0.45 | 0.02 | 0.30 |
| HSL | 302.25º | 0.34% | 0.55% | - |
| HSV(B) | 302.25º | 0.45% | 0.7% | - |
| XYZ | 30.89 | 21.64 | 43.62 | - |
| YUV | 131.7 | 153 | 161.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 99 | 176 | 0 | 0.45 | 0.02 | 0.30 | 302.25 | 0.34 | 0.55 |
| Hex | B3 | 63 | B0 | 0 | 2D | 2 | 1E | 12E | 22 | 37 |
| Octal | 263 | 143 | 260 | 0 | 55 | 2 | 36 | 456 | 42 | 67 |
| Binary | 10110011 | 1100011 | 10110000 | 0 | 101101 | 10 | 11110 | 100101110 | 100010 | 110111 |
Color Harmonies of #B363B0
Complementary color
Monochromatic Colors of #B363B0
Black with #B363B0
Text Example
Text Example
White with #B363B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B363B0; }
p { color: rgb(179,99,176); }
H1.HeaderClassName
{
color: #B363B0;
}
.AnyTagClassName
{
color: #B363B0;
}
</style>
background-color css
<style>
a { background-color: #B363B0; }
a { background-color: rgb(179,99,176); }
div.DivClassName
{
background-color: #B363B0;
}
.BgClassName
{
background-color: #B363B0;
}
</style>
border-color css
<style>
span { border-color: #B363B0; }
span { border-color: rgb(179,99,176); }
td.TdClassName
{
border-color: #B363B0;
}
.TagClassName
{
border-color: #B363B0;
}
</style>