Shades of Medium Red Violet #B231A5
Tints of Medium Red Violet #B231A5
RGB
CMYK
RGB Variations
Color information
#B231A5 (or 0xB231A5) is known color: Medium Red Violet. HEX triplet: B2, 31 and A5. RGB value is (178,49,165). Sum of RGB (Red+Green+Blue) = 178+49+165=392 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.41% from 392); Green value is 49 (19.53% from 255 or 12.5% from 392); Blue value is 165 (64.84% from 255 or 42.09% from 392); Max value from RGB is 178 - color contains mainly: red. Hex color #B231A5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B231A5 is #4DCE5A. Grayscale: #646464. Windows color (decimal): -5099099 or 10826162. OLE color: 10826162.
HSL color Cylindrical-coordinate representation of color #B231A5: hue angle of 306.05º 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 #B231A5 is Cyan = 0, Magento = 0.72, Yellow = 0.07 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 49 | 165 | - |
| CMYK | 0 | 0.72 | 0.07 | 0.30 |
| HSL | 306.05º | 0.57% | 0.45% | - |
| HSV(B) | 306.05º | 0.72% | 0.7% | - |
| XYZ | 26.25 | 14.38 | 36.99 | - |
| YUV | 100.8 | 164.24 | 183.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 49 | 165 | 0 | 0.72 | 0.07 | 0.30 | 306.05 | 0.57 | 0.45 |
| Hex | B2 | 31 | A5 | 0 | 48 | 7 | 1E | 132 | 39 | 2D |
| Octal | 262 | 61 | 245 | 0 | 110 | 7 | 36 | 462 | 71 | 55 |
| Binary | 10110010 | 110001 | 10100101 | 0 | 1001000 | 111 | 11110 | 100110010 | 111001 | 101101 |
Color Harmonies of #B231A5
Complementary color
Monochromatic Colors of #B231A5
Black with #B231A5
Text Example
Text Example
White with #B231A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B231A5; }
p { color: rgb(178,49,165); }
H1.HeaderClassName
{
color: #B231A5;
}
.AnyTagClassName
{
color: #B231A5;
}
</style>
background-color css
<style>
a { background-color: #B231A5; }
a { background-color: rgb(178,49,165); }
div.DivClassName
{
background-color: #B231A5;
}
.BgClassName
{
background-color: #B231A5;
}
</style>
border-color css
<style>
span { border-color: #B231A5; }
span { border-color: rgb(178,49,165); }
td.TdClassName
{
border-color: #B231A5;
}
.TagClassName
{
border-color: #B231A5;
}
</style>