Shades of Medium Red Violet #B3448E
Tints of Medium Red Violet #B3448E
RGB
CMYK
RGB Variations
Color information
#B3448E (or 0xB3448E) is known color: Medium Red Violet. HEX triplet: B3, 44 and 8E. RGB value is (179,68,142). Sum of RGB (Red+Green+Blue) = 179+68+142=389 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.02% from 389); Green value is 68 (26.95% from 255 or 17.48% from 389); Blue value is 142 (55.86% from 255 or 36.50% from 389); Max value from RGB is 179 - color contains mainly: red. Hex color #B3448E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B3448E is #4CBB71. Grayscale: #6D6D6D. Windows color (decimal): -5028722 or 9323699. OLE color: 9323699.
HSL color Cylindrical-coordinate representation of color #B3448E: hue angle of 320º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B3448E is Cyan = 0, Magento = 0.62, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 68 | 142 | - |
| CMYK | 0 | 0.62 | 0.21 | 0.30 |
| HSL | 320º | 0.45% | 0.48% | - |
| HSV(B) | 320º | 0.62% | 0.7% | - |
| XYZ | 25.54 | 15.67 | 27.27 | - |
| YUV | 109.63 | 146.27 | 177.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 68 | 142 | 0 | 0.62 | 0.21 | 0.30 | 320 | 0.45 | 0.48 |
| Hex | B3 | 44 | 8E | 0 | 3E | 15 | 1E | 140 | 2D | 30 |
| Octal | 263 | 104 | 216 | 0 | 76 | 25 | 36 | 500 | 55 | 60 |
| Binary | 10110011 | 1000100 | 10001110 | 0 | 111110 | 10101 | 11110 | 101000000 | 101101 | 110000 |
Color Harmonies of #B3448E
Complementary color
Monochromatic Colors of #B3448E
Black with #B3448E
Text Example
Text Example
White with #B3448E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3448E; }
p { color: rgb(179,68,142); }
H1.HeaderClassName
{
color: #B3448E;
}
.AnyTagClassName
{
color: #B3448E;
}
</style>
background-color css
<style>
a { background-color: #B3448E; }
a { background-color: rgb(179,68,142); }
div.DivClassName
{
background-color: #B3448E;
}
.BgClassName
{
background-color: #B3448E;
}
</style>
border-color css
<style>
span { border-color: #B3448E; }
span { border-color: rgb(179,68,142); }
td.TdClassName
{
border-color: #B3448E;
}
.TagClassName
{
border-color: #B3448E;
}
</style>