Shades of Medium Red Violet #B1429A
Tints of Medium Red Violet #B1429A
RGB
CMYK
RGB Variations
Color information
#B1429A (or 0xB1429A) is known color: Medium Red Violet. HEX triplet: B1, 42 and 9A. RGB value is (177,66,154). Sum of RGB (Red+Green+Blue) = 177+66+154=397 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.58% from 397); Green value is 66 (26.17% from 255 or 16.62% from 397); Blue value is 154 (60.55% from 255 or 38.79% from 397); Max value from RGB is 177 - color contains mainly: red. Hex color #B1429A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1429A is #4EBD65. Grayscale: #6C6C6C. Windows color (decimal): -5160294 or 10109617. OLE color: 10109617.
HSL color Cylindrical-coordinate representation of color #B1429A: hue angle of 312.43º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B1429A is Cyan = 0, Magento = 0.63, Yellow = 0.13 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 66 | 154 | - |
| CMYK | 0 | 0.63 | 0.13 | 0.31 |
| HSL | 312.43º | 0.46% | 0.48% | - |
| HSV(B) | 312.43º | 0.63% | 0.69% | - |
| XYZ | 25.91 | 15.58 | 32.21 | - |
| YUV | 109.22 | 153.27 | 176.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 66 | 154 | 0 | 0.63 | 0.13 | 0.31 | 312.43 | 0.46 | 0.48 |
| Hex | B1 | 42 | 9A | 0 | 3F | D | 1F | 138 | 2E | 30 |
| Octal | 261 | 102 | 232 | 0 | 77 | 15 | 37 | 470 | 56 | 60 |
| Binary | 10110001 | 1000010 | 10011010 | 0 | 111111 | 1101 | 11111 | 100111000 | 101110 | 110000 |
Color Harmonies of #B1429A
Complementary color
Monochromatic Colors of #B1429A
Black with #B1429A
Text Example
Text Example
White with #B1429A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1429A; }
p { color: rgb(177,66,154); }
H1.HeaderClassName
{
color: #B1429A;
}
.AnyTagClassName
{
color: #B1429A;
}
</style>
background-color css
<style>
a { background-color: #B1429A; }
a { background-color: rgb(177,66,154); }
div.DivClassName
{
background-color: #B1429A;
}
.BgClassName
{
background-color: #B1429A;
}
</style>
border-color css
<style>
span { border-color: #B1429A; }
span { border-color: rgb(177,66,154); }
td.TdClassName
{
border-color: #B1429A;
}
.TagClassName
{
border-color: #B1429A;
}
</style>