Shades of Violet Blue #B25AA4
Tints of Violet Blue #B25AA4
RGB
CMYK
RGB Variations
Color information
#B25AA4 (or 0xB25AA4) is known color: Violet Blue. HEX triplet: B2, 5A and A4. RGB value is (178,90,164). Sum of RGB (Red+Green+Blue) = 178+90+164=432 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.20% from 432); Green value is 90 (35.55% from 255 or 20.83% from 432); Blue value is 164 (64.45% from 255 or 37.96% from 432); Max value from RGB is 178 - color contains mainly: red. Hex color #B25AA4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25AA4 is #4DA55B. Grayscale: #7C7C7C. Windows color (decimal): -5088604 or 10771122. OLE color: 10771122.
HSL color Cylindrical-coordinate representation of color #B25AA4: hue angle of 309.55º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B25AA4 is Cyan = 0, Magento = 0.49, Yellow = 0.08 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 90 | 164 | - |
| CMYK | 0 | 0.49 | 0.08 | 0.30 |
| HSL | 309.55º | 0.36% | 0.53% | - |
| HSV(B) | 309.55º | 0.49% | 0.7% | - |
| XYZ | 28.72 | 19.46 | 37.36 | - |
| YUV | 124.75 | 150.15 | 165.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 90 | 164 | 0 | 0.49 | 0.08 | 0.30 | 309.55 | 0.36 | 0.53 |
| Hex | B2 | 5A | A4 | 0 | 31 | 8 | 1E | 136 | 24 | 35 |
| Octal | 262 | 132 | 244 | 0 | 61 | 10 | 36 | 466 | 44 | 65 |
| Binary | 10110010 | 1011010 | 10100100 | 0 | 110001 | 1000 | 11110 | 100110110 | 100100 | 110101 |
Color Harmonies of #B25AA4
Complementary color
Monochromatic Colors of #B25AA4
Black with #B25AA4
Text Example
Text Example
White with #B25AA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25AA4; }
p { color: rgb(178,90,164); }
H1.HeaderClassName
{
color: #B25AA4;
}
.AnyTagClassName
{
color: #B25AA4;
}
</style>
background-color css
<style>
a { background-color: #B25AA4; }
a { background-color: rgb(178,90,164); }
div.DivClassName
{
background-color: #B25AA4;
}
.BgClassName
{
background-color: #B25AA4;
}
</style>
border-color css
<style>
span { border-color: #B25AA4; }
span { border-color: rgb(178,90,164); }
td.TdClassName
{
border-color: #B25AA4;
}
.TagClassName
{
border-color: #B25AA4;
}
</style>