Shades of Medium Red Violet #B3458A
Tints of Medium Red Violet #B3458A
RGB
CMYK
RGB Variations
Color information
#B3458A (or 0xB3458A) is known color: Medium Red Violet. HEX triplet: B3, 45 and 8A. RGB value is (179,69,138). Sum of RGB (Red+Green+Blue) = 179+69+138=386 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.37% from 386); Green value is 69 (27.34% from 255 or 17.88% from 386); Blue value is 138 (54.30% from 255 or 35.75% from 386); Max value from RGB is 179 - color contains mainly: red. Hex color #B3458A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B3458A is #4CBA75. Grayscale: #6D6D6D. Windows color (decimal): -5028470 or 9061811. OLE color: 9061811.
HSL color Cylindrical-coordinate representation of color #B3458A: hue angle of 322.36º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B3458A is Cyan = 0, Magento = 0.61, Yellow = 0.23 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 69 | 138 | - |
| CMYK | 0 | 0.61 | 0.23 | 0.30 |
| HSL | 322.36º | 0.44% | 0.49% | - |
| HSV(B) | 322.36º | 0.61% | 0.7% | - |
| XYZ | 25.31 | 15.67 | 25.74 | - |
| YUV | 109.76 | 143.94 | 177.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 69 | 138 | 0 | 0.61 | 0.23 | 0.30 | 322.36 | 0.44 | 0.49 |
| Hex | B3 | 45 | 8A | 0 | 3D | 17 | 1E | 142 | 2C | 31 |
| Octal | 263 | 105 | 212 | 0 | 75 | 27 | 36 | 502 | 54 | 61 |
| Binary | 10110011 | 1000101 | 10001010 | 0 | 111101 | 10111 | 11110 | 101000010 | 101100 | 110001 |
Color Harmonies of #B3458A
Complementary color
Monochromatic Colors of #B3458A
Black with #B3458A
Text Example
Text Example
White with #B3458A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3458A; }
p { color: rgb(179,69,138); }
H1.HeaderClassName
{
color: #B3458A;
}
.AnyTagClassName
{
color: #B3458A;
}
</style>
background-color css
<style>
a { background-color: #B3458A; }
a { background-color: rgb(179,69,138); }
div.DivClassName
{
background-color: #B3458A;
}
.BgClassName
{
background-color: #B3458A;
}
</style>
border-color css
<style>
span { border-color: #B3458A; }
span { border-color: rgb(179,69,138); }
td.TdClassName
{
border-color: #B3458A;
}
.TagClassName
{
border-color: #B3458A;
}
</style>