Shades of Medium Red Violet #B231A2
Tints of Medium Red Violet #B231A2
RGB
CMYK
RGB Variations
Color information
#B231A2 (or 0xB231A2) is known color: Medium Red Violet. HEX triplet: B2, 31 and A2. RGB value is (178,49,162). Sum of RGB (Red+Green+Blue) = 178+49+162=389 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.76% from 389); Green value is 49 (19.53% from 255 or 12.60% from 389); Blue value is 162 (63.67% from 255 or 41.65% from 389); Max value from RGB is 178 - color contains mainly: red. Hex color #B231A2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B231A2 is #4DCE5D. Grayscale: #646464. Windows color (decimal): -5099102 or 10629554. OLE color: 10629554.
HSL color Cylindrical-coordinate representation of color #B231A2: hue angle of 307.44º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B231A2 is Cyan = 0, Magento = 0.72, Yellow = 0.09 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 49 | 162 | - |
| CMYK | 0 | 0.72 | 0.09 | 0.30 |
| HSL | 307.44º | 0.57% | 0.45% | - |
| HSV(B) | 307.44º | 0.72% | 0.7% | - |
| XYZ | 25.98 | 14.27 | 35.57 | - |
| YUV | 100.45 | 162.74 | 183.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 49 | 162 | 0 | 0.72 | 0.09 | 0.30 | 307.44 | 0.57 | 0.45 |
| Hex | B2 | 31 | A2 | 0 | 48 | 9 | 1E | 133 | 39 | 2D |
| Octal | 262 | 61 | 242 | 0 | 110 | 11 | 36 | 463 | 71 | 55 |
| Binary | 10110010 | 110001 | 10100010 | 0 | 1001000 | 1001 | 11110 | 100110011 | 111001 | 101101 |
Color Harmonies of #B231A2
Complementary color
Monochromatic Colors of #B231A2
Black with #B231A2
Text Example
Text Example
White with #B231A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B231A2; }
p { color: rgb(178,49,162); }
H1.HeaderClassName
{
color: #B231A2;
}
.AnyTagClassName
{
color: #B231A2;
}
</style>
background-color css
<style>
a { background-color: #B231A2; }
a { background-color: rgb(178,49,162); }
div.DivClassName
{
background-color: #B231A2;
}
.BgClassName
{
background-color: #B231A2;
}
</style>
border-color css
<style>
span { border-color: #B231A2; }
span { border-color: rgb(178,49,162); }
td.TdClassName
{
border-color: #B231A2;
}
.TagClassName
{
border-color: #B231A2;
}
</style>