Shades of Violet Blue #B03BA5
Tints of Violet Blue #B03BA5
RGB
CMYK
RGB Variations
Color information
#B03BA5 (or 0xB03BA5) is known color: Violet Blue. HEX triplet: B0, 3B and A5. RGB value is (176,59,165). Sum of RGB (Red+Green+Blue) = 176+59+165=400 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44% from 400); Green value is 59 (23.44% from 255 or 14.75% from 400); Blue value is 165 (64.84% from 255 or 41.25% from 400); Max value from RGB is 176 - color contains mainly: red. Hex color #B03BA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B03BA5 is #4FC45A. Grayscale: #696969. Windows color (decimal): -5227611 or 10828720. OLE color: 10828720.
HSL color Cylindrical-coordinate representation of color #B03BA5: hue angle of 305.64º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B03BA5 is Cyan = 0, Magento = 0.66, Yellow = 0.06 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 59 | 165 | - |
| CMYK | 0 | 0.66 | 0.06 | 0.31 |
| HSL | 305.64º | 0.5% | 0.46% | - |
| HSV(B) | 305.64º | 0.66% | 0.69% | - |
| XYZ | 26.26 | 15.07 | 37.12 | - |
| YUV | 106.07 | 161.26 | 177.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 59 | 165 | 0 | 0.66 | 0.06 | 0.31 | 305.64 | 0.5 | 0.46 |
| Hex | B0 | 3B | A5 | 0 | 42 | 6 | 1F | 132 | 32 | 2E |
| Octal | 260 | 73 | 245 | 0 | 102 | 6 | 37 | 462 | 62 | 56 |
| Binary | 10110000 | 111011 | 10100101 | 0 | 1000010 | 110 | 11111 | 100110010 | 110010 | 101110 |
Color Harmonies of #B03BA5
Complementary color
Monochromatic Colors of #B03BA5
Black with #B03BA5
Text Example
Text Example
White with #B03BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03BA5; }
p { color: rgb(176,59,165); }
H1.HeaderClassName
{
color: #B03BA5;
}
.AnyTagClassName
{
color: #B03BA5;
}
</style>
background-color css
<style>
a { background-color: #B03BA5; }
a { background-color: rgb(176,59,165); }
div.DivClassName
{
background-color: #B03BA5;
}
.BgClassName
{
background-color: #B03BA5;
}
</style>
border-color css
<style>
span { border-color: #B03BA5; }
span { border-color: rgb(176,59,165); }
td.TdClassName
{
border-color: #B03BA5;
}
.TagClassName
{
border-color: #B03BA5;
}
</style>