Shades of Medium Red Violet #B2458A
Tints of Medium Red Violet #B2458A
RGB
CMYK
RGB Variations
Color information
#B2458A (or 0xB2458A) is known color: Medium Red Violet. HEX triplet: B2, 45 and 8A. RGB value is (178,69,138). Sum of RGB (Red+Green+Blue) = 178+69+138=385 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.23% from 385); Green value is 69 (27.34% from 255 or 17.92% from 385); Blue value is 138 (54.30% from 255 or 35.84% from 385); Max value from RGB is 178 - color contains mainly: red. Hex color #B2458A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2458A is #4DBA75. Grayscale: #6D6D6D. Windows color (decimal): -5094006 or 9061810. OLE color: 9061810.
HSL color Cylindrical-coordinate representation of color #B2458A: hue angle of 322.02º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B2458A is Cyan = 0, Magento = 0.61, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 69 | 138 | - |
| CMYK | 0 | 0.61 | 0.22 | 0.30 |
| HSL | 322.02º | 0.44% | 0.48% | - |
| HSV(B) | 322.02º | 0.61% | 0.7% | - |
| XYZ | 25.08 | 15.56 | 25.73 | - |
| YUV | 109.46 | 144.11 | 176.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 69 | 138 | 0 | 0.61 | 0.22 | 0.30 | 322.02 | 0.44 | 0.48 |
| Hex | B2 | 45 | 8A | 0 | 3D | 16 | 1E | 142 | 2C | 30 |
| Octal | 262 | 105 | 212 | 0 | 75 | 26 | 36 | 502 | 54 | 60 |
| Binary | 10110010 | 1000101 | 10001010 | 0 | 111101 | 10110 | 11110 | 101000010 | 101100 | 110000 |
Color Harmonies of #B2458A
Complementary color
Monochromatic Colors of #B2458A
Black with #B2458A
Text Example
Text Example
White with #B2458A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2458A; }
p { color: rgb(178,69,138); }
H1.HeaderClassName
{
color: #B2458A;
}
.AnyTagClassName
{
color: #B2458A;
}
</style>
background-color css
<style>
a { background-color: #B2458A; }
a { background-color: rgb(178,69,138); }
div.DivClassName
{
background-color: #B2458A;
}
.BgClassName
{
background-color: #B2458A;
}
</style>
border-color css
<style>
span { border-color: #B2458A; }
span { border-color: rgb(178,69,138); }
td.TdClassName
{
border-color: #B2458A;
}
.TagClassName
{
border-color: #B2458A;
}
</style>