Shades of Violet Blue #B373B3
Tints of Violet Blue #B373B3
RGB
CMYK
RGB Variations
Color information
#B373B3 (or 0xB373B3) is known color: Violet Blue. HEX triplet: B3, 73 and B3. RGB value is (179,115,179). Sum of RGB (Red+Green+Blue) = 179+115+179=473 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.84% from 473); Green value is 115 (45.31% from 255 or 24.31% from 473); Blue value is 179 (70.31% from 255 or 37.84% from 473); Max value from RGB is 179 - color contains mainly: red, blue. Hex color #B373B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B373B3 is #4C8C4C. Grayscale: #8D8D8D. Windows color (decimal): -5016653 or 11760563. OLE color: 11760563.
HSL color Cylindrical-coordinate representation of color #B373B3: hue angle of 300º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B373B3 is Cyan = 0, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 115 | 179 | - |
| CMYK | 0 | 0.36 | 0 | 0.30 |
| HSL | 300º | 0.3% | 0.58% | - |
| HSV(B) | 300º | 0.36% | 0.7% | - |
| XYZ | 32.86 | 25.1 | 45.76 | - |
| YUV | 141.43 | 149.2 | 154.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 115 | 179 | 0 | 0.36 | 0 | 0.30 | 300 | 0.3 | 0.58 |
| Hex | B3 | 73 | B3 | 0 | 24 | 0 | 1E | 12C | 1E | 3A |
| Octal | 263 | 163 | 263 | 0 | 44 | 0 | 36 | 454 | 36 | 72 |
| Binary | 10110011 | 1110011 | 10110011 | 0 | 100100 | 0 | 11110 | 100101100 | 11110 | 111010 |
Color Harmonies of #B373B3
Complementary color
Monochromatic Colors of #B373B3
Black with #B373B3
Text Example
Text Example
White with #B373B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B373B3; }
p { color: rgb(179,115,179); }
H1.HeaderClassName
{
color: #B373B3;
}
.AnyTagClassName
{
color: #B373B3;
}
</style>
background-color css
<style>
a { background-color: #B373B3; }
a { background-color: rgb(179,115,179); }
div.DivClassName
{
background-color: #B373B3;
}
.BgClassName
{
background-color: #B373B3;
}
</style>
border-color css
<style>
span { border-color: #B373B3; }
span { border-color: rgb(179,115,179); }
td.TdClassName
{
border-color: #B373B3;
}
.TagClassName
{
border-color: #B373B3;
}
</style>