Shades of Violet Blue #B25CA7
Tints of Violet Blue #B25CA7
RGB
CMYK
RGB Variations
Color information
#B25CA7 (or 0xB25CA7) is known color: Violet Blue. HEX triplet: B2, 5C and A7. RGB value is (178,92,167). Sum of RGB (Red+Green+Blue) = 178+92+167=437 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.73% from 437); Green value is 92 (36.33% from 255 or 21.05% from 437); Blue value is 167 (65.62% from 255 or 38.22% from 437); Max value from RGB is 178 - color contains mainly: red. Hex color #B25CA7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25CA7 is #4DA358. Grayscale: #7E7E7E. Windows color (decimal): -5088089 or 10968242. OLE color: 10968242.
HSL color Cylindrical-coordinate representation of color #B25CA7: hue angle of 307.67º 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 #B25CA7 is Cyan = 0, Magento = 0.48, Yellow = 0.06 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 92 | 167 | - |
| CMYK | 0 | 0.48 | 0.06 | 0.30 |
| HSL | 307.67º | 0.36% | 0.53% | - |
| HSV(B) | 307.67º | 0.48% | 0.7% | - |
| XYZ | 29.16 | 19.91 | 38.87 | - |
| YUV | 126.26 | 150.99 | 164.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 92 | 167 | 0 | 0.48 | 0.06 | 0.30 | 307.67 | 0.36 | 0.53 |
| Hex | B2 | 5C | A7 | 0 | 30 | 6 | 1E | 134 | 24 | 35 |
| Octal | 262 | 134 | 247 | 0 | 60 | 6 | 36 | 464 | 44 | 65 |
| Binary | 10110010 | 1011100 | 10100111 | 0 | 110000 | 110 | 11110 | 100110100 | 100100 | 110101 |
Color Harmonies of #B25CA7
Complementary color
Monochromatic Colors of #B25CA7
Black with #B25CA7
Text Example
Text Example
White with #B25CA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25CA7; }
p { color: rgb(178,92,167); }
H1.HeaderClassName
{
color: #B25CA7;
}
.AnyTagClassName
{
color: #B25CA7;
}
</style>
background-color css
<style>
a { background-color: #B25CA7; }
a { background-color: rgb(178,92,167); }
div.DivClassName
{
background-color: #B25CA7;
}
.BgClassName
{
background-color: #B25CA7;
}
</style>
border-color css
<style>
span { border-color: #B25CA7; }
span { border-color: rgb(178,92,167); }
td.TdClassName
{
border-color: #B25CA7;
}
.TagClassName
{
border-color: #B25CA7;
}
</style>