Shades of Medium Red Violet #B52D8B
Tints of Medium Red Violet #B52D8B
RGB
CMYK
RGB Variations
Color information
#B52D8B (or 0xB52D8B) is known color: Medium Red Violet. HEX triplet: B5, 2D and 8B. RGB value is (181,45,139). Sum of RGB (Red+Green+Blue) = 181+45+139=365 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.59% from 365); Green value is 45 (17.97% from 255 or 12.33% from 365); Blue value is 139 (54.69% from 255 or 38.08% from 365); Max value from RGB is 181 - color contains mainly: red. Hex color #B52D8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B52D8B is #4AD274. Grayscale: #606060. Windows color (decimal): -4903541 or 9121205. OLE color: 9121205.
HSL color Cylindrical-coordinate representation of color #B52D8B: hue angle of 318.53º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B52D8B is Cyan = 0, Magento = 0.75, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 45 | 139 | - |
| CMYK | 0 | 0.75 | 0.23 | 0.29 |
| HSL | 318.53º | 0.6% | 0.44% | - |
| HSV(B) | 318.53º | 0.75% | 0.71% | - |
| XYZ | 24.65 | 13.56 | 25.74 | - |
| YUV | 96.38 | 152.06 | 188.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 45 | 139 | 0 | 0.75 | 0.23 | 0.29 | 318.53 | 0.6 | 0.44 |
| Hex | B5 | 2D | 8B | 0 | 4B | 17 | 1D | 13F | 3C | 2C |
| Octal | 265 | 55 | 213 | 0 | 113 | 27 | 35 | 477 | 74 | 54 |
| Binary | 10110101 | 101101 | 10001011 | 0 | 1001011 | 10111 | 11101 | 100111111 | 111100 | 101100 |
Color Harmonies of #B52D8B
Complementary color
Monochromatic Colors of #B52D8B
Black with #B52D8B
Text Example
Text Example
White with #B52D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52D8B; }
p { color: rgb(181,45,139); }
H1.HeaderClassName
{
color: #B52D8B;
}
.AnyTagClassName
{
color: #B52D8B;
}
</style>
background-color css
<style>
a { background-color: #B52D8B; }
a { background-color: rgb(181,45,139); }
div.DivClassName
{
background-color: #B52D8B;
}
.BgClassName
{
background-color: #B52D8B;
}
</style>
border-color css
<style>
span { border-color: #B52D8B; }
span { border-color: rgb(181,45,139); }
td.TdClassName
{
border-color: #B52D8B;
}
.TagClassName
{
border-color: #B52D8B;
}
</style>