Shades of Medium Red Violet #B5309C
Tints of Medium Red Violet #B5309C
RGB
CMYK
RGB Variations
Color information
#B5309C (or 0xB5309C) is known color: Medium Red Violet. HEX triplet: B5, 30 and 9C. RGB value is (181,48,156). Sum of RGB (Red+Green+Blue) = 181+48+156=385 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.01% from 385); Green value is 48 (19.14% from 255 or 12.47% from 385); Blue value is 156 (61.33% from 255 or 40.52% from 385); Max value from RGB is 181 - color contains mainly: red. Hex color #B5309C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5309C is #4ACF63. Grayscale: #636363. Windows color (decimal): -4902756 or 10236085. OLE color: 10236085.
HSL color Cylindrical-coordinate representation of color #B5309C: hue angle of 311.28º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B5309C is Cyan = 0, Magento = 0.73, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 48 | 156 | - |
| CMYK | 0 | 0.73 | 0.14 | 0.29 |
| HSL | 311.28º | 0.58% | 0.45% | - |
| HSV(B) | 311.28º | 0.73% | 0.71% | - |
| XYZ | 26.11 | 14.34 | 32.84 | - |
| YUV | 100.08 | 159.56 | 185.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 48 | 156 | 0 | 0.73 | 0.14 | 0.29 | 311.28 | 0.58 | 0.45 |
| Hex | B5 | 30 | 9C | 0 | 49 | E | 1D | 137 | 3A | 2D |
| Octal | 265 | 60 | 234 | 0 | 111 | 16 | 35 | 467 | 72 | 55 |
| Binary | 10110101 | 110000 | 10011100 | 0 | 1001001 | 1110 | 11101 | 100110111 | 111010 | 101101 |
Color Harmonies of #B5309C
Complementary color
Monochromatic Colors of #B5309C
Black with #B5309C
Text Example
Text Example
White with #B5309C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5309C; }
p { color: rgb(181,48,156); }
H1.HeaderClassName
{
color: #B5309C;
}
.AnyTagClassName
{
color: #B5309C;
}
</style>
background-color css
<style>
a { background-color: #B5309C; }
a { background-color: rgb(181,48,156); }
div.DivClassName
{
background-color: #B5309C;
}
.BgClassName
{
background-color: #B5309C;
}
</style>
border-color css
<style>
span { border-color: #B5309C; }
span { border-color: rgb(181,48,156); }
td.TdClassName
{
border-color: #B5309C;
}
.TagClassName
{
border-color: #B5309C;
}
</style>