Shades of Violet Blue #B04CAB
Tints of Violet Blue #B04CAB
RGB
CMYK
RGB Variations
Color information
#B04CAB (or 0xB04CAB) is known color: Violet Blue. HEX triplet: B0, 4C and AB. RGB value is (176,76,171). Sum of RGB (Red+Green+Blue) = 176+76+171=423 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.61% from 423); Green value is 76 (30.08% from 255 or 17.97% from 423); Blue value is 171 (67.19% from 255 or 40.43% from 423); Max value from RGB is 176 - color contains mainly: red. Hex color #B04CAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B04CAB is #4FB354. Grayscale: #747474. Windows color (decimal): -5223253 or 11226288. OLE color: 11226288.
HSL color Cylindrical-coordinate representation of color #B04CAB: hue angle of 303º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B04CAB is Cyan = 0, Magento = 0.57, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 76 | 171 | - |
| CMYK | 0 | 0.57 | 0.03 | 0.31 |
| HSL | 303º | 0.4% | 0.49% | - |
| HSV(B) | 303º | 0.57% | 0.69% | - |
| XYZ | 27.84 | 17.34 | 40.41 | - |
| YUV | 116.73 | 158.63 | 170.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 76 | 171 | 0 | 0.57 | 0.03 | 0.31 | 303 | 0.4 | 0.49 |
| Hex | B0 | 4C | AB | 0 | 39 | 3 | 1F | 12F | 28 | 31 |
| Octal | 260 | 114 | 253 | 0 | 71 | 3 | 37 | 457 | 50 | 61 |
| Binary | 10110000 | 1001100 | 10101011 | 0 | 111001 | 11 | 11111 | 100101111 | 101000 | 110001 |
Color Harmonies of #B04CAB
Complementary color
Monochromatic Colors of #B04CAB
Black with #B04CAB
Text Example
Text Example
White with #B04CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04CAB; }
p { color: rgb(176,76,171); }
H1.HeaderClassName
{
color: #B04CAB;
}
.AnyTagClassName
{
color: #B04CAB;
}
</style>
background-color css
<style>
a { background-color: #B04CAB; }
a { background-color: rgb(176,76,171); }
div.DivClassName
{
background-color: #B04CAB;
}
.BgClassName
{
background-color: #B04CAB;
}
</style>
border-color css
<style>
span { border-color: #B04CAB; }
span { border-color: rgb(176,76,171); }
td.TdClassName
{
border-color: #B04CAB;
}
.TagClassName
{
border-color: #B04CAB;
}
</style>