Shades of Violet Blue #B25DA1
Tints of Violet Blue #B25DA1
RGB
CMYK
RGB Variations
Color information
#B25DA1 (or 0xB25DA1) is known color: Violet Blue. HEX triplet: B2, 5D and A1. RGB value is (178,93,161). Sum of RGB (Red+Green+Blue) = 178+93+161=432 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.20% from 432); Green value is 93 (36.72% from 255 or 21.53% from 432); Blue value is 161 (63.28% from 255 or 37.27% from 432); Max value from RGB is 178 - color contains mainly: red. Hex color #B25DA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25DA1 is #4DA25E. Grayscale: #7D7D7D. Windows color (decimal): -5087839 or 10575282. OLE color: 10575282.
HSL color Cylindrical-coordinate representation of color #B25DA1: hue angle of 312º 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 #B25DA1 is Cyan = 0, Magento = 0.48, Yellow = 0.10 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 93 | 161 | - |
| CMYK | 0 | 0.48 | 0.10 | 0.30 |
| HSL | 312º | 0.36% | 0.53% | - |
| HSV(B) | 312º | 0.48% | 0.7% | - |
| XYZ | 28.71 | 19.87 | 36.04 | - |
| YUV | 126.17 | 147.66 | 164.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 93 | 161 | 0 | 0.48 | 0.10 | 0.30 | 312 | 0.36 | 0.53 |
| Hex | B2 | 5D | A1 | 0 | 30 | A | 1E | 138 | 24 | 35 |
| Octal | 262 | 135 | 241 | 0 | 60 | 12 | 36 | 470 | 44 | 65 |
| Binary | 10110010 | 1011101 | 10100001 | 0 | 110000 | 1010 | 11110 | 100111000 | 100100 | 110101 |
Color Harmonies of #B25DA1
Complementary color
Monochromatic Colors of #B25DA1
Black with #B25DA1
Text Example
Text Example
White with #B25DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25DA1; }
p { color: rgb(178,93,161); }
H1.HeaderClassName
{
color: #B25DA1;
}
.AnyTagClassName
{
color: #B25DA1;
}
</style>
background-color css
<style>
a { background-color: #B25DA1; }
a { background-color: rgb(178,93,161); }
div.DivClassName
{
background-color: #B25DA1;
}
.BgClassName
{
background-color: #B25DA1;
}
</style>
border-color css
<style>
span { border-color: #B25DA1; }
span { border-color: rgb(178,93,161); }
td.TdClassName
{
border-color: #B25DA1;
}
.TagClassName
{
border-color: #B25DA1;
}
</style>