Shades of Violet Blue #B25EA7
Tints of Violet Blue #B25EA7
RGB
CMYK
RGB Variations
Color information
#B25EA7 (or 0xB25EA7) is known color: Violet Blue. HEX triplet: B2, 5E and A7. RGB value is (178,94,167). Sum of RGB (Red+Green+Blue) = 178+94+167=439 (58% of max value = 765). Red value is 178 (69.92% from 255 or 40.55% from 439); Green value is 94 (37.11% from 255 or 21.41% from 439); Blue value is 167 (65.62% from 255 or 38.04% from 439); Max value from RGB is 178 - color contains mainly: red. Hex color #B25EA7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25EA7 is #4DA158. Grayscale: #7F7F7F. Windows color (decimal): -5087577 or 10968754. OLE color: 10968754.
HSL color Cylindrical-coordinate representation of color #B25EA7: hue angle of 307.86º 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 #B25EA7 is Cyan = 0, Magento = 0.47, Yellow = 0.06 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 94 | 167 | - |
| CMYK | 0 | 0.47 | 0.06 | 0.30 |
| HSL | 307.86º | 0.35% | 0.53% | - |
| HSV(B) | 307.86º | 0.47% | 0.7% | - |
| XYZ | 29.34 | 20.26 | 38.92 | - |
| YUV | 127.44 | 150.33 | 164.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 94 | 167 | 0 | 0.47 | 0.06 | 0.30 | 307.86 | 0.35 | 0.53 |
| Hex | B2 | 5E | A7 | 0 | 2F | 6 | 1E | 134 | 23 | 35 |
| Octal | 262 | 136 | 247 | 0 | 57 | 6 | 36 | 464 | 43 | 65 |
| Binary | 10110010 | 1011110 | 10100111 | 0 | 101111 | 110 | 11110 | 100110100 | 100011 | 110101 |
Color Harmonies of #B25EA7
Complementary color
Monochromatic Colors of #B25EA7
Black with #B25EA7
Text Example
Text Example
White with #B25EA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25EA7; }
p { color: rgb(178,94,167); }
H1.HeaderClassName
{
color: #B25EA7;
}
.AnyTagClassName
{
color: #B25EA7;
}
</style>
background-color css
<style>
a { background-color: #B25EA7; }
a { background-color: rgb(178,94,167); }
div.DivClassName
{
background-color: #B25EA7;
}
.BgClassName
{
background-color: #B25EA7;
}
</style>
border-color css
<style>
span { border-color: #B25EA7; }
span { border-color: rgb(178,94,167); }
td.TdClassName
{
border-color: #B25EA7;
}
.TagClassName
{
border-color: #B25EA7;
}
</style>