Shades of Medium Red Violet #B236A3
Tints of Medium Red Violet #B236A3
RGB
CMYK
RGB Variations
Color information
#B236A3 (or 0xB236A3) is known color: Medium Red Violet. HEX triplet: B2, 36 and A3. RGB value is (178,54,163). Sum of RGB (Red+Green+Blue) = 178+54+163=395 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.06% from 395); Green value is 54 (21.48% from 255 or 13.67% from 395); Blue value is 163 (64.06% from 255 or 41.27% from 395); Max value from RGB is 178 - color contains mainly: red. Hex color #B236A3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B236A3 is #4DC95C. Grayscale: #676767. Windows color (decimal): -5097821 or 10696370. OLE color: 10696370.
HSL color Cylindrical-coordinate representation of color #B236A3: hue angle of 307.26º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B236A3 is Cyan = 0, Magento = 0.70, Yellow = 0.08 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 54 | 163 | - |
| CMYK | 0 | 0.70 | 0.08 | 0.30 |
| HSL | 307.26º | 0.53% | 0.45% | - |
| HSV(B) | 307.26º | 0.7% | 0.7% | - |
| XYZ | 26.29 | 14.75 | 36.11 | - |
| YUV | 103.5 | 161.58 | 181.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 54 | 163 | 0 | 0.70 | 0.08 | 0.30 | 307.26 | 0.53 | 0.45 |
| Hex | B2 | 36 | A3 | 0 | 46 | 8 | 1E | 133 | 35 | 2D |
| Octal | 262 | 66 | 243 | 0 | 106 | 10 | 36 | 463 | 65 | 55 |
| Binary | 10110010 | 110110 | 10100011 | 0 | 1000110 | 1000 | 11110 | 100110011 | 110101 | 101101 |
Color Harmonies of #B236A3
Complementary color
Monochromatic Colors of #B236A3
Black with #B236A3
Text Example
Text Example
White with #B236A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B236A3; }
p { color: rgb(178,54,163); }
H1.HeaderClassName
{
color: #B236A3;
}
.AnyTagClassName
{
color: #B236A3;
}
</style>
background-color css
<style>
a { background-color: #B236A3; }
a { background-color: rgb(178,54,163); }
div.DivClassName
{
background-color: #B236A3;
}
.BgClassName
{
background-color: #B236A3;
}
</style>
border-color css
<style>
span { border-color: #B236A3; }
span { border-color: rgb(178,54,163); }
td.TdClassName
{
border-color: #B236A3;
}
.TagClassName
{
border-color: #B236A3;
}
</style>