Shades of Violet Blue #B03CA4
Tints of Violet Blue #B03CA4
RGB
CMYK
RGB Variations
Color information
#B03CA4 (or 0xB03CA4) is known color: Violet Blue. HEX triplet: B0, 3C and A4. RGB value is (176,60,164). Sum of RGB (Red+Green+Blue) = 176+60+164=400 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44% from 400); Green value is 60 (23.83% from 255 or 15% from 400); Blue value is 164 (64.45% from 255 or 41% from 400); Max value from RGB is 176 - color contains mainly: red. Hex color #B03CA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B03CA4 is #4FC35B. Grayscale: #6A6A6A. Windows color (decimal): -5227356 or 10763440. OLE color: 10763440.
HSL color Cylindrical-coordinate representation of color #B03CA4: hue angle of 306.21º degrees, saturation: 0.49, 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 #B03CA4 is Cyan = 0, Magento = 0.66, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 60 | 164 | - |
| CMYK | 0 | 0.66 | 0.07 | 0.31 |
| HSL | 306.21º | 0.49% | 0.46% | - |
| HSV(B) | 306.21º | 0.66% | 0.69% | - |
| XYZ | 26.22 | 15.14 | 36.66 | - |
| YUV | 106.54 | 160.43 | 177.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 60 | 164 | 0 | 0.66 | 0.07 | 0.31 | 306.21 | 0.49 | 0.46 |
| Hex | B0 | 3C | A4 | 0 | 42 | 7 | 1F | 132 | 31 | 2E |
| Octal | 260 | 74 | 244 | 0 | 102 | 7 | 37 | 462 | 61 | 56 |
| Binary | 10110000 | 111100 | 10100100 | 0 | 1000010 | 111 | 11111 | 100110010 | 110001 | 101110 |
Color Harmonies of #B03CA4
Complementary color
Monochromatic Colors of #B03CA4
Black with #B03CA4
Text Example
Text Example
White with #B03CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B03CA4; }
p { color: rgb(176,60,164); }
H1.HeaderClassName
{
color: #B03CA4;
}
.AnyTagClassName
{
color: #B03CA4;
}
</style>
background-color css
<style>
a { background-color: #B03CA4; }
a { background-color: rgb(176,60,164); }
div.DivClassName
{
background-color: #B03CA4;
}
.BgClassName
{
background-color: #B03CA4;
}
</style>
border-color css
<style>
span { border-color: #B03CA4; }
span { border-color: rgb(176,60,164); }
td.TdClassName
{
border-color: #B03CA4;
}
.TagClassName
{
border-color: #B03CA4;
}
</style>