Shades of Medium Red Violet #B43299
Tints of Medium Red Violet #B43299
RGB
CMYK
RGB Variations
Color information
#B43299 (or 0xB43299) is known color: Medium Red Violet. HEX triplet: B4, 32 and 99. RGB value is (180,50,153). Sum of RGB (Red+Green+Blue) = 180+50+153=383 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.00% from 383); Green value is 50 (19.92% from 255 or 13.05% from 383); Blue value is 153 (60.16% from 255 or 39.95% from 383); Max value from RGB is 180 - color contains mainly: red. Hex color #B43299 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B43299 is #4BCD66. Grayscale: #646464. Windows color (decimal): -4967783 or 10039988. OLE color: 10039988.
HSL color Cylindrical-coordinate representation of color #B43299: hue angle of 312.46º 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 #B43299 is Cyan = 0, Magento = 0.72, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 50 | 153 | - |
| CMYK | 0 | 0.72 | 0.15 | 0.29 |
| HSL | 312.46º | 0.57% | 0.45% | - |
| HSV(B) | 312.46º | 0.72% | 0.71% | - |
| XYZ | 25.71 | 14.28 | 31.54 | - |
| YUV | 100.61 | 157.57 | 184.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 50 | 153 | 0 | 0.72 | 0.15 | 0.29 | 312.46 | 0.57 | 0.45 |
| Hex | B4 | 32 | 99 | 0 | 48 | F | 1D | 138 | 39 | 2D |
| Octal | 264 | 62 | 231 | 0 | 110 | 17 | 35 | 470 | 71 | 55 |
| Binary | 10110100 | 110010 | 10011001 | 0 | 1001000 | 1111 | 11101 | 100111000 | 111001 | 101101 |
Color Harmonies of #B43299
Complementary color
Monochromatic Colors of #B43299
Black with #B43299
Text Example
Text Example
White with #B43299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43299; }
p { color: rgb(180,50,153); }
H1.HeaderClassName
{
color: #B43299;
}
.AnyTagClassName
{
color: #B43299;
}
</style>
background-color css
<style>
a { background-color: #B43299; }
a { background-color: rgb(180,50,153); }
div.DivClassName
{
background-color: #B43299;
}
.BgClassName
{
background-color: #B43299;
}
</style>
border-color css
<style>
span { border-color: #B43299; }
span { border-color: rgb(180,50,153); }
td.TdClassName
{
border-color: #B43299;
}
.TagClassName
{
border-color: #B43299;
}
</style>