Shades of Medium Red Violet #B12CA4
Tints of Medium Red Violet #B12CA4
RGB
CMYK
RGB Variations
Color information
#B12CA4 (or 0xB12CA4) is known color: Medium Red Violet. HEX triplet: B1, 2C and A4. RGB value is (177,44,164). Sum of RGB (Red+Green+Blue) = 177+44+164=385 (50% of max value = 765). Red value is 177 (69.53% from 255 or 45.97% from 385); Green value is 44 (17.58% from 255 or 11.43% from 385); Blue value is 164 (64.45% from 255 or 42.60% from 385); Max value from RGB is 177 - color contains mainly: red. Hex color #B12CA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B12CA4 is #4ED35B. Grayscale: #616161. Windows color (decimal): -5165916 or 10759345. OLE color: 10759345.
HSL color Cylindrical-coordinate representation of color #B12CA4: hue angle of 305.86º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B12CA4 is Cyan = 0, Magento = 0.75, Yellow = 0.07 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 44 | 164 | - |
| CMYK | 0 | 0.75 | 0.07 | 0.31 |
| HSL | 305.86º | 0.6% | 0.43% | - |
| HSV(B) | 305.86º | 0.75% | 0.69% | - |
| XYZ | 25.73 | 13.83 | 36.43 | - |
| YUV | 97.45 | 165.56 | 184.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 44 | 164 | 0 | 0.75 | 0.07 | 0.31 | 305.86 | 0.6 | 0.43 |
| Hex | B1 | 2C | A4 | 0 | 4B | 7 | 1F | 132 | 3C | 2B |
| Octal | 261 | 54 | 244 | 0 | 113 | 7 | 37 | 462 | 74 | 53 |
| Binary | 10110001 | 101100 | 10100100 | 0 | 1001011 | 111 | 11111 | 100110010 | 111100 | 101011 |
Color Harmonies of #B12CA4
Complementary color
Monochromatic Colors of #B12CA4
Black with #B12CA4
Text Example
Text Example
White with #B12CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B12CA4; }
p { color: rgb(177,44,164); }
H1.HeaderClassName
{
color: #B12CA4;
}
.AnyTagClassName
{
color: #B12CA4;
}
</style>
background-color css
<style>
a { background-color: #B12CA4; }
a { background-color: rgb(177,44,164); }
div.DivClassName
{
background-color: #B12CA4;
}
.BgClassName
{
background-color: #B12CA4;
}
</style>
border-color css
<style>
span { border-color: #B12CA4; }
span { border-color: rgb(177,44,164); }
td.TdClassName
{
border-color: #B12CA4;
}
.TagClassName
{
border-color: #B12CA4;
}
</style>