Shades of Medium Red Violet #B5237D
Tints of Medium Red Violet #B5237D
RGB
CMYK
RGB Variations
Color information
#B5237D (or 0xB5237D) is known color: Medium Red Violet. HEX triplet: B5, 23 and 7D. RGB value is (181,35,125). Sum of RGB (Red+Green+Blue) = 181+35+125=341 (45% of max value = 765). Red value is 181 (71.09% from 255 or 53.08% from 341); Green value is 35 (14.06% from 255 or 10.26% from 341); Blue value is 125 (49.22% from 255 or 36.66% from 341); Max value from RGB is 181 - color contains mainly: red. Hex color #B5237D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5237D is #4ADC82. Grayscale: #585858. Windows color (decimal): -4906115 or 8201141. OLE color: 8201141.
HSL color Cylindrical-coordinate representation of color #B5237D: hue angle of 323.01º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B5237D is Cyan = 0, Magento = 0.81, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 35 | 125 | - |
| CMYK | 0 | 0.81 | 0.31 | 0.29 |
| HSL | 323.01º | 0.68% | 0.42% | - |
| HSV(B) | 323.01º | 0.81% | 0.71% | - |
| XYZ | 23.36 | 12.51 | 20.58 | - |
| YUV | 88.91 | 148.37 | 193.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 35 | 125 | 0 | 0.81 | 0.31 | 0.29 | 323.01 | 0.68 | 0.42 |
| Hex | B5 | 23 | 7D | 0 | 51 | 1F | 1D | 143 | 44 | 2A |
| Octal | 265 | 43 | 175 | 0 | 121 | 37 | 35 | 503 | 104 | 52 |
| Binary | 10110101 | 100011 | 1111101 | 0 | 1010001 | 11111 | 11101 | 101000011 | 1000100 | 101010 |
Color Harmonies of #B5237D
Complementary color
Monochromatic Colors of #B5237D
Black with #B5237D
Text Example
Text Example
White with #B5237D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5237D; }
p { color: rgb(181,35,125); }
H1.HeaderClassName
{
color: #B5237D;
}
.AnyTagClassName
{
color: #B5237D;
}
</style>
background-color css
<style>
a { background-color: #B5237D; }
a { background-color: rgb(181,35,125); }
div.DivClassName
{
background-color: #B5237D;
}
.BgClassName
{
background-color: #B5237D;
}
</style>
border-color css
<style>
span { border-color: #B5237D; }
span { border-color: rgb(181,35,125); }
td.TdClassName
{
border-color: #B5237D;
}
.TagClassName
{
border-color: #B5237D;
}
</style>