Shades of Medium Red Violet #B825A8
Tints of Medium Red Violet #B825A8
RGB
CMYK
RGB Variations
Color information
#B825A8 (or 0xB825A8) is known color: Medium Red Violet. HEX triplet: B8, 25 and A8. RGB value is (184,37,168). Sum of RGB (Red+Green+Blue) = 184+37+168=389 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.30% from 389); Green value is 37 (14.84% from 255 or 9.51% from 389); Blue value is 168 (66.02% from 255 or 43.19% from 389); Max value from RGB is 184 - color contains mainly: red. Hex color #B825A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B825A8 is #47DA57. Grayscale: #5F5F5F. Windows color (decimal): -4708952 or 11019704. OLE color: 11019704.
HSL color Cylindrical-coordinate representation of color #B825A8: hue angle of 306.53º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B825A8 is Cyan = 0, Magento = 0.80, Yellow = 0.09 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 37 | 168 | - |
| CMYK | 0 | 0.80 | 0.09 | 0.28 |
| HSL | 306.53º | 0.67% | 0.43% | - |
| HSV(B) | 306.53º | 0.8% | 0.72% | - |
| XYZ | 27.5 | 14.34 | 38.36 | - |
| YUV | 95.89 | 168.7 | 190.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 37 | 168 | 0 | 0.80 | 0.09 | 0.28 | 306.53 | 0.67 | 0.43 |
| Hex | B8 | 25 | A8 | 0 | 50 | 9 | 1C | 133 | 43 | 2B |
| Octal | 270 | 45 | 250 | 0 | 120 | 11 | 34 | 463 | 103 | 53 |
| Binary | 10111000 | 100101 | 10101000 | 0 | 1010000 | 1001 | 11100 | 100110011 | 1000011 | 101011 |
Color Harmonies of #B825A8
Complementary color
Monochromatic Colors of #B825A8
Black with #B825A8
Text Example
Text Example
White with #B825A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B825A8; }
p { color: rgb(184,37,168); }
H1.HeaderClassName
{
color: #B825A8;
}
.AnyTagClassName
{
color: #B825A8;
}
</style>
background-color css
<style>
a { background-color: #B825A8; }
a { background-color: rgb(184,37,168); }
div.DivClassName
{
background-color: #B825A8;
}
.BgClassName
{
background-color: #B825A8;
}
</style>
border-color css
<style>
span { border-color: #B825A8; }
span { border-color: rgb(184,37,168); }
td.TdClassName
{
border-color: #B825A8;
}
.TagClassName
{
border-color: #B825A8;
}
</style>