Shades of Medium Red Violet #B43293
Tints of Medium Red Violet #B43293
RGB
CMYK
RGB Variations
Color information
#B43293 (or 0xB43293) is known color: Medium Red Violet. HEX triplet: B4, 32 and 93. RGB value is (180,50,147). Sum of RGB (Red+Green+Blue) = 180+50+147=377 (49% of max value = 765). Red value is 180 (70.70% from 255 or 47.75% from 377); Green value is 50 (19.92% from 255 or 13.26% from 377); Blue value is 147 (57.81% from 255 or 38.99% from 377); Max value from RGB is 180 - color contains mainly: red. Hex color #B43293 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B43293 is #4BCD6C. Grayscale: #636363. Windows color (decimal): -4967789 or 9646772. OLE color: 9646772.
HSL color Cylindrical-coordinate representation of color #B43293: hue angle of 315.23º degrees, saturation: 0.57, 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 #B43293 is Cyan = 0, Magento = 0.72, Yellow = 0.18 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 50 | 147 | - |
| CMYK | 0 | 0.72 | 0.18 | 0.29 |
| HSL | 315.23º | 0.57% | 0.45% | - |
| HSV(B) | 315.23º | 0.72% | 0.71% | - |
| XYZ | 25.23 | 14.09 | 28.99 | - |
| YUV | 99.93 | 154.57 | 185.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 50 | 147 | 0 | 0.72 | 0.18 | 0.29 | 315.23 | 0.57 | 0.45 |
| Hex | B4 | 32 | 93 | 0 | 48 | 12 | 1D | 13B | 39 | 2D |
| Octal | 264 | 62 | 223 | 0 | 110 | 22 | 35 | 473 | 71 | 55 |
| Binary | 10110100 | 110010 | 10010011 | 0 | 1001000 | 10010 | 11101 | 100111011 | 111001 | 101101 |
Color Harmonies of #B43293
Complementary color
Monochromatic Colors of #B43293
Black with #B43293
Text Example
Text Example
White with #B43293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43293; }
p { color: rgb(180,50,147); }
H1.HeaderClassName
{
color: #B43293;
}
.AnyTagClassName
{
color: #B43293;
}
</style>
background-color css
<style>
a { background-color: #B43293; }
a { background-color: rgb(180,50,147); }
div.DivClassName
{
background-color: #B43293;
}
.BgClassName
{
background-color: #B43293;
}
</style>
border-color css
<style>
span { border-color: #B43293; }
span { border-color: rgb(180,50,147); }
td.TdClassName
{
border-color: #B43293;
}
.TagClassName
{
border-color: #B43293;
}
</style>