Shades of Medium Red Violet #B43390
Tints of Medium Red Violet #B43390
RGB
CMYK
RGB Variations
Color information
#B43390 (or 0xB43390) is known color: Medium Red Violet. HEX triplet: B4, 33 and 90. RGB value is (180,51,144). Sum of RGB (Red+Green+Blue) = 180+51+144=375 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48% from 375); Green value is 51 (20.31% from 255 or 13.6% from 375); Blue value is 144 (56.64% from 255 or 38.4% from 375); Max value from RGB is 180 - color contains mainly: red. Hex color #B43390 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B43390 is #4BCC6F. Grayscale: #636363. Windows color (decimal): -4967536 or 9450420. OLE color: 9450420.
HSL color Cylindrical-coordinate representation of color #B43390: hue angle of 316.74º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B43390 is Cyan = 0, Magento = 0.72, Yellow = 0.2 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 51 | 144 | - |
| CMYK | 0 | 0.72 | 0.2 | 0.29 |
| HSL | 316.74º | 0.56% | 0.45% | - |
| HSV(B) | 316.74º | 0.72% | 0.71% | - |
| XYZ | 25.04 | 14.08 | 27.78 | - |
| YUV | 100.17 | 152.74 | 184.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 51 | 144 | 0 | 0.72 | 0.2 | 0.29 | 316.74 | 0.56 | 0.45 |
| Hex | B4 | 33 | 90 | 0 | 48 | 14 | 1D | 13D | 38 | 2D |
| Octal | 264 | 63 | 220 | 0 | 110 | 24 | 35 | 475 | 70 | 55 |
| Binary | 10110100 | 110011 | 10010000 | 0 | 1001000 | 10100 | 11101 | 100111101 | 111000 | 101101 |
Color Harmonies of #B43390
Complementary color
Monochromatic Colors of #B43390
Black with #B43390
Text Example
Text Example
White with #B43390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43390; }
p { color: rgb(180,51,144); }
H1.HeaderClassName
{
color: #B43390;
}
.AnyTagClassName
{
color: #B43390;
}
</style>
background-color css
<style>
a { background-color: #B43390; }
a { background-color: rgb(180,51,144); }
div.DivClassName
{
background-color: #B43390;
}
.BgClassName
{
background-color: #B43390;
}
</style>
border-color css
<style>
span { border-color: #B43390; }
span { border-color: rgb(180,51,144); }
td.TdClassName
{
border-color: #B43390;
}
.TagClassName
{
border-color: #B43390;
}
</style>