Shades of Medium Red Violet #B225A8
Tints of Medium Red Violet #B225A8
RGB
CMYK
RGB Variations
Color information
#B225A8 (or 0xB225A8) is known color: Medium Red Violet. HEX triplet: B2, 25 and A8. RGB value is (178,37,168). Sum of RGB (Red+Green+Blue) = 178+37+168=383 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.48% from 383); Green value is 37 (14.84% from 255 or 9.66% from 383); Blue value is 168 (66.02% from 255 or 43.86% from 383); Max value from RGB is 178 - color contains mainly: red. Hex color #B225A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B225A8 is #4DDA57. Grayscale: #5D5D5D. Windows color (decimal): -5102168 or 11019698. OLE color: 11019698.
HSL color Cylindrical-coordinate representation of color #B225A8: hue angle of 304.26º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B225A8 is Cyan = 0, Magento = 0.79, Yellow = 0.06 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 37 | 168 | - |
| CMYK | 0 | 0.79 | 0.06 | 0.30 |
| HSL | 304.26º | 0.66% | 0.42% | - |
| HSV(B) | 304.26º | 0.79% | 0.7% | - |
| XYZ | 26.09 | 13.62 | 38.3 | - |
| YUV | 94.09 | 169.71 | 187.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 37 | 168 | 0 | 0.79 | 0.06 | 0.30 | 304.26 | 0.66 | 0.42 |
| Hex | B2 | 25 | A8 | 0 | 4F | 6 | 1E | 130 | 42 | 2A |
| Octal | 262 | 45 | 250 | 0 | 117 | 6 | 36 | 460 | 102 | 52 |
| Binary | 10110010 | 100101 | 10101000 | 0 | 1001111 | 110 | 11110 | 100110000 | 1000010 | 101010 |
Color Harmonies of #B225A8
Complementary color
Monochromatic Colors of #B225A8
Black with #B225A8
Text Example
Text Example
White with #B225A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B225A8; }
p { color: rgb(178,37,168); }
H1.HeaderClassName
{
color: #B225A8;
}
.AnyTagClassName
{
color: #B225A8;
}
</style>
background-color css
<style>
a { background-color: #B225A8; }
a { background-color: rgb(178,37,168); }
div.DivClassName
{
background-color: #B225A8;
}
.BgClassName
{
background-color: #B225A8;
}
</style>
border-color css
<style>
span { border-color: #B225A8; }
span { border-color: rgb(178,37,168); }
td.TdClassName
{
border-color: #B225A8;
}
.TagClassName
{
border-color: #B225A8;
}
</style>