Shades of Medium Red Violet #B1468C
Tints of Medium Red Violet #B1468C
RGB
CMYK
RGB Variations
Color information
#B1468C (or 0xB1468C) is known color: Medium Red Violet. HEX triplet: B1, 46 and 8C. RGB value is (177,70,140). Sum of RGB (Red+Green+Blue) = 177+70+140=387 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.74% from 387); Green value is 70 (27.73% from 255 or 18.09% from 387); Blue value is 140 (55.08% from 255 or 36.18% from 387); Max value from RGB is 177 - color contains mainly: red. Hex color #B1468C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1468C is #4EB973. Grayscale: #6D6D6D. Windows color (decimal): -5159284 or 9193137. OLE color: 9193137.
HSL color Cylindrical-coordinate representation of color #B1468C: hue angle of 320.75º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B1468C is Cyan = 0, Magento = 0.60, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 70 | 140 | - |
| CMYK | 0 | 0.60 | 0.21 | 0.31 |
| HSL | 320.75º | 0.43% | 0.48% | - |
| HSV(B) | 320.75º | 0.6% | 0.69% | - |
| XYZ | 25.06 | 15.62 | 26.51 | - |
| YUV | 109.97 | 144.95 | 175.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 70 | 140 | 0 | 0.60 | 0.21 | 0.31 | 320.75 | 0.43 | 0.48 |
| Hex | B1 | 46 | 8C | 0 | 3C | 15 | 1F | 141 | 2B | 30 |
| Octal | 261 | 106 | 214 | 0 | 74 | 25 | 37 | 501 | 53 | 60 |
| Binary | 10110001 | 1000110 | 10001100 | 0 | 111100 | 10101 | 11111 | 101000001 | 101011 | 110000 |
Color Harmonies of #B1468C
Complementary color
Monochromatic Colors of #B1468C
Black with #B1468C
Text Example
Text Example
White with #B1468C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1468C; }
p { color: rgb(177,70,140); }
H1.HeaderClassName
{
color: #B1468C;
}
.AnyTagClassName
{
color: #B1468C;
}
</style>
background-color css
<style>
a { background-color: #B1468C; }
a { background-color: rgb(177,70,140); }
div.DivClassName
{
background-color: #B1468C;
}
.BgClassName
{
background-color: #B1468C;
}
</style>
border-color css
<style>
span { border-color: #B1468C; }
span { border-color: rgb(177,70,140); }
td.TdClassName
{
border-color: #B1468C;
}
.TagClassName
{
border-color: #B1468C;
}
</style>