Shades of Medium Red Violet #B5236C
Tints of Medium Red Violet #B5236C
RGB
CMYK
RGB Variations
Color information
#B5236C (or 0xB5236C) is known color: Medium Red Violet. HEX triplet: B5, 23 and 6C. RGB value is (181,35,108). Sum of RGB (Red+Green+Blue) = 181+35+108=324 (42% of max value = 765). Red value is 181 (71.09% from 255 or 55.86% from 324); Green value is 35 (14.06% from 255 or 10.80% from 324); Blue value is 108 (42.58% from 255 or 33.33% from 324); Max value from RGB is 181 - color contains mainly: red. Hex color #B5236C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5236C is #4ADC93. Grayscale: #565656. Windows color (decimal): -4906132 or 7087029. OLE color: 7087029.
HSL color Cylindrical-coordinate representation of color #B5236C: hue angle of 330º 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 #B5236C is Cyan = 0, Magento = 0.81, Yellow = 0.40 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 35 | 108 | - |
| CMYK | 0 | 0.81 | 0.40 | 0.29 |
| HSL | 330º | 0.68% | 0.42% | - |
| HSV(B) | 330º | 0.81% | 0.71% | - |
| XYZ | 22.36 | 12.11 | 15.35 | - |
| YUV | 86.98 | 139.87 | 195.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 35 | 108 | 0 | 0.81 | 0.40 | 0.29 | 330 | 0.68 | 0.42 |
| Hex | B5 | 23 | 6C | 0 | 51 | 28 | 1D | 14A | 44 | 2A |
| Octal | 265 | 43 | 154 | 0 | 121 | 50 | 35 | 512 | 104 | 52 |
| Binary | 10110101 | 100011 | 1101100 | 0 | 1010001 | 101000 | 11101 | 101001010 | 1000100 | 101010 |
Color Harmonies of #B5236C
Complementary color
Monochromatic Colors of #B5236C
Black with #B5236C
Text Example
Text Example
White with #B5236C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5236C; }
p { color: rgb(181,35,108); }
H1.HeaderClassName
{
color: #B5236C;
}
.AnyTagClassName
{
color: #B5236C;
}
</style>
background-color css
<style>
a { background-color: #B5236C; }
a { background-color: rgb(181,35,108); }
div.DivClassName
{
background-color: #B5236C;
}
.BgClassName
{
background-color: #B5236C;
}
</style>
border-color css
<style>
span { border-color: #B5236C; }
span { border-color: rgb(181,35,108); }
td.TdClassName
{
border-color: #B5236C;
}
.TagClassName
{
border-color: #B5236C;
}
</style>