Shades of Medium Red Violet #B430A9
Tints of Medium Red Violet #B430A9
RGB
CMYK
RGB Variations
Color information
#B430A9 (or 0xB430A9) is known color: Medium Red Violet. HEX triplet: B4, 30 and A9. RGB value is (180,48,169). Sum of RGB (Red+Green+Blue) = 180+48+169=397 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.34% from 397); Green value is 48 (19.14% from 255 or 12.09% from 397); Blue value is 169 (66.41% from 255 or 42.57% from 397); Max value from RGB is 180 - color contains mainly: red. Hex color #B430A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B430A9 is #4BCF56. Grayscale: #646464. Windows color (decimal): -4968279 or 11088052. OLE color: 11088052.
HSL color Cylindrical-coordinate representation of color #B430A9: hue angle of 305º 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 #B430A9 is Cyan = 0, Magento = 0.73, Yellow = 0.06 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 48 | 169 | - |
| CMYK | 0 | 0.73 | 0.06 | 0.29 |
| HSL | 305º | 0.58% | 0.45% | - |
| HSV(B) | 305º | 0.73% | 0.71% | - |
| XYZ | 27.04 | 14.68 | 38.94 | - |
| YUV | 101.26 | 166.23 | 184.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 48 | 169 | 0 | 0.73 | 0.06 | 0.29 | 305 | 0.58 | 0.45 |
| Hex | B4 | 30 | A9 | 0 | 49 | 6 | 1D | 131 | 3A | 2D |
| Octal | 264 | 60 | 251 | 0 | 111 | 6 | 35 | 461 | 72 | 55 |
| Binary | 10110100 | 110000 | 10101001 | 0 | 1001001 | 110 | 11101 | 100110001 | 111010 | 101101 |
Color Harmonies of #B430A9
Complementary color
Monochromatic Colors of #B430A9
Black with #B430A9
Text Example
Text Example
White with #B430A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B430A9; }
p { color: rgb(180,48,169); }
H1.HeaderClassName
{
color: #B430A9;
}
.AnyTagClassName
{
color: #B430A9;
}
</style>
background-color css
<style>
a { background-color: #B430A9; }
a { background-color: rgb(180,48,169); }
div.DivClassName
{
background-color: #B430A9;
}
.BgClassName
{
background-color: #B430A9;
}
</style>
border-color css
<style>
span { border-color: #B430A9; }
span { border-color: rgb(180,48,169); }
td.TdClassName
{
border-color: #B430A9;
}
.TagClassName
{
border-color: #B430A9;
}
</style>