Shades of Violet Blue #B25CAB
Tints of Violet Blue #B25CAB
RGB
CMYK
RGB Variations
Color information
#B25CAB (or 0xB25CAB) is known color: Violet Blue. HEX triplet: B2, 5C and AB. RGB value is (178,92,171). Sum of RGB (Red+Green+Blue) = 178+92+171=441 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.36% from 441); Green value is 92 (36.33% from 255 or 20.86% from 441); Blue value is 171 (67.19% from 255 or 38.78% from 441); Max value from RGB is 178 - color contains mainly: red. Hex color #B25CAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25CAB is #4DA354. Grayscale: #7E7E7E. Windows color (decimal): -5088085 or 11230386. OLE color: 11230386.
HSL color Cylindrical-coordinate representation of color #B25CAB: hue angle of 304.88º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B25CAB is Cyan = 0, Magento = 0.48, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 92 | 171 | - |
| CMYK | 0 | 0.48 | 0.04 | 0.30 |
| HSL | 304.88º | 0.36% | 0.53% | - |
| HSV(B) | 304.88º | 0.48% | 0.7% | - |
| XYZ | 29.54 | 20.06 | 40.84 | - |
| YUV | 126.72 | 152.99 | 164.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 92 | 171 | 0 | 0.48 | 0.04 | 0.30 | 304.88 | 0.36 | 0.53 |
| Hex | B2 | 5C | AB | 0 | 30 | 4 | 1E | 131 | 24 | 35 |
| Octal | 262 | 134 | 253 | 0 | 60 | 4 | 36 | 461 | 44 | 65 |
| Binary | 10110010 | 1011100 | 10101011 | 0 | 110000 | 100 | 11110 | 100110001 | 100100 | 110101 |
Color Harmonies of #B25CAB
Complementary color
Monochromatic Colors of #B25CAB
Black with #B25CAB
Text Example
Text Example
White with #B25CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25CAB; }
p { color: rgb(178,92,171); }
H1.HeaderClassName
{
color: #B25CAB;
}
.AnyTagClassName
{
color: #B25CAB;
}
</style>
background-color css
<style>
a { background-color: #B25CAB; }
a { background-color: rgb(178,92,171); }
div.DivClassName
{
background-color: #B25CAB;
}
.BgClassName
{
background-color: #B25CAB;
}
</style>
border-color css
<style>
span { border-color: #B25CAB; }
span { border-color: rgb(178,92,171); }
td.TdClassName
{
border-color: #B25CAB;
}
.TagClassName
{
border-color: #B25CAB;
}
</style>