Shades of Medium Red Violet #B4309A
Tints of Medium Red Violet #B4309A
RGB
CMYK
RGB Variations
Color information
#B4309A (or 0xB4309A) is known color: Medium Red Violet. HEX triplet: B4, 30 and 9A. RGB value is (180,48,154). Sum of RGB (Red+Green+Blue) = 180+48+154=382 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.12% from 382); Green value is 48 (19.14% from 255 or 12.57% from 382); Blue value is 154 (60.55% from 255 or 40.31% from 382); Max value from RGB is 180 - color contains mainly: red. Hex color #B4309A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B4309A is #4BCF65. Grayscale: #636363. Windows color (decimal): -4968294 or 10105012. OLE color: 10105012.
HSL color Cylindrical-coordinate representation of color #B4309A: hue angle of 311.82º 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 #B4309A is Cyan = 0, Magento = 0.73, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 48 | 154 | - |
| CMYK | 0 | 0.73 | 0.14 | 0.29 |
| HSL | 311.82º | 0.58% | 0.45% | - |
| HSV(B) | 311.82º | 0.73% | 0.71% | - |
| XYZ | 25.71 | 14.15 | 31.95 | - |
| YUV | 99.55 | 158.73 | 185.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 48 | 154 | 0 | 0.73 | 0.14 | 0.29 | 311.82 | 0.58 | 0.45 |
| Hex | B4 | 30 | 9A | 0 | 49 | E | 1D | 138 | 3A | 2D |
| Octal | 264 | 60 | 232 | 0 | 111 | 16 | 35 | 470 | 72 | 55 |
| Binary | 10110100 | 110000 | 10011010 | 0 | 1001001 | 1110 | 11101 | 100111000 | 111010 | 101101 |
Color Harmonies of #B4309A
Complementary color
Monochromatic Colors of #B4309A
Black with #B4309A
Text Example
Text Example
White with #B4309A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4309A; }
p { color: rgb(180,48,154); }
H1.HeaderClassName
{
color: #B4309A;
}
.AnyTagClassName
{
color: #B4309A;
}
</style>
background-color css
<style>
a { background-color: #B4309A; }
a { background-color: rgb(180,48,154); }
div.DivClassName
{
background-color: #B4309A;
}
.BgClassName
{
background-color: #B4309A;
}
</style>
border-color css
<style>
span { border-color: #B4309A; }
span { border-color: rgb(180,48,154); }
td.TdClassName
{
border-color: #B4309A;
}
.TagClassName
{
border-color: #B4309A;
}
</style>