Shades of Violet Blue #B25E9F
Tints of Violet Blue #B25E9F
RGB
CMYK
RGB Variations
Color information
#B25E9F (or 0xB25E9F) is known color: Violet Blue. HEX triplet: B2, 5E and 9F. RGB value is (178,94,159). Sum of RGB (Red+Green+Blue) = 178+94+159=431 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.30% from 431); Green value is 94 (37.11% from 255 or 21.81% from 431); Blue value is 159 (62.5% from 255 or 36.89% from 431); Max value from RGB is 178 - color contains mainly: red. Hex color #B25E9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25E9F is #4DA160. Grayscale: #7E7E7E. Windows color (decimal): -5087585 or 10444466. OLE color: 10444466.
HSL color Cylindrical-coordinate representation of color #B25E9F: hue angle of 313.57º degrees, saturation: 0.35, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B25E9F is Cyan = 0, Magento = 0.47, Yellow = 0.11 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 94 | 159 | - |
| CMYK | 0 | 0.47 | 0.11 | 0.30 |
| HSL | 313.57º | 0.35% | 0.53% | - |
| HSV(B) | 313.57º | 0.47% | 0.7% | - |
| XYZ | 28.62 | 19.97 | 35.15 | - |
| YUV | 126.53 | 146.33 | 164.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 94 | 159 | 0 | 0.47 | 0.11 | 0.30 | 313.57 | 0.35 | 0.53 |
| Hex | B2 | 5E | 9F | 0 | 2F | B | 1E | 13A | 23 | 35 |
| Octal | 262 | 136 | 237 | 0 | 57 | 13 | 36 | 472 | 43 | 65 |
| Binary | 10110010 | 1011110 | 10011111 | 0 | 101111 | 1011 | 11110 | 100111010 | 100011 | 110101 |
Color Harmonies of #B25E9F
Complementary color
Monochromatic Colors of #B25E9F
Black with #B25E9F
Text Example
Text Example
White with #B25E9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25E9F; }
p { color: rgb(178,94,159); }
H1.HeaderClassName
{
color: #B25E9F;
}
.AnyTagClassName
{
color: #B25E9F;
}
</style>
background-color css
<style>
a { background-color: #B25E9F; }
a { background-color: rgb(178,94,159); }
div.DivClassName
{
background-color: #B25E9F;
}
.BgClassName
{
background-color: #B25E9F;
}
</style>
border-color css
<style>
span { border-color: #B25E9F; }
span { border-color: rgb(178,94,159); }
td.TdClassName
{
border-color: #B25E9F;
}
.TagClassName
{
border-color: #B25E9F;
}
</style>