Shades of Medium Red Violet #B52B8A
Tints of Medium Red Violet #B52B8A
RGB
CMYK
RGB Variations
Color information
#B52B8A (or 0xB52B8A) is known color: Medium Red Violet. HEX triplet: B5, 2B and 8A. RGB value is (181,43,138). Sum of RGB (Red+Green+Blue) = 181+43+138=362 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50% from 362); Green value is 43 (17.19% from 255 or 11.88% from 362); Blue value is 138 (54.30% from 255 or 38.12% from 362); Max value from RGB is 181 - color contains mainly: red. Hex color #B52B8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B52B8A is #4AD475. Grayscale: #5E5E5E. Windows color (decimal): -4904054 or 9055157. OLE color: 9055157.
HSL color Cylindrical-coordinate representation of color #B52B8A: hue angle of 318.7º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B52B8A is Cyan = 0, Magento = 0.76, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 43 | 138 | - |
| CMYK | 0 | 0.76 | 0.24 | 0.29 |
| HSL | 318.7º | 0.62% | 0.44% | - |
| HSV(B) | 318.7º | 0.76% | 0.71% | - |
| XYZ | 24.51 | 13.39 | 25.34 | - |
| YUV | 95.09 | 152.22 | 189.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 43 | 138 | 0 | 0.76 | 0.24 | 0.29 | 318.7 | 0.62 | 0.44 |
| Hex | B5 | 2B | 8A | 0 | 4C | 18 | 1D | 13F | 3E | 2C |
| Octal | 265 | 53 | 212 | 0 | 114 | 30 | 35 | 477 | 76 | 54 |
| Binary | 10110101 | 101011 | 10001010 | 0 | 1001100 | 11000 | 11101 | 100111111 | 111110 | 101100 |
Color Harmonies of #B52B8A
Complementary color
Monochromatic Colors of #B52B8A
Black with #B52B8A
Text Example
Text Example
White with #B52B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52B8A; }
p { color: rgb(181,43,138); }
H1.HeaderClassName
{
color: #B52B8A;
}
.AnyTagClassName
{
color: #B52B8A;
}
</style>
background-color css
<style>
a { background-color: #B52B8A; }
a { background-color: rgb(181,43,138); }
div.DivClassName
{
background-color: #B52B8A;
}
.BgClassName
{
background-color: #B52B8A;
}
</style>
border-color css
<style>
span { border-color: #B52B8A; }
span { border-color: rgb(181,43,138); }
td.TdClassName
{
border-color: #B52B8A;
}
.TagClassName
{
border-color: #B52B8A;
}
</style>