Shades of Medium Red Violet #B1409A
Tints of Medium Red Violet #B1409A
RGB
CMYK
RGB Variations
Color information
#B1409A (or 0xB1409A) is known color: Medium Red Violet. HEX triplet: B1, 40 and 9A. RGB value is (177,64,154). Sum of RGB (Red+Green+Blue) = 177+64+154=395 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.81% from 395); Green value is 64 (25.39% from 255 or 16.20% from 395); Blue value is 154 (60.55% from 255 or 38.99% from 395); Max value from RGB is 177 - color contains mainly: red. Hex color #B1409A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1409A is #4EBF65. Grayscale: #6B6B6B. Windows color (decimal): -5160806 or 10109105. OLE color: 10109105.
HSL color Cylindrical-coordinate representation of color #B1409A: hue angle of 312.21º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B1409A is Cyan = 0, Magento = 0.64, Yellow = 0.13 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 64 | 154 | - |
| CMYK | 0 | 0.64 | 0.13 | 0.31 |
| HSL | 312.21º | 0.47% | 0.47% | - |
| HSV(B) | 312.21º | 0.64% | 0.69% | - |
| XYZ | 25.8 | 15.35 | 32.17 | - |
| YUV | 108.05 | 153.94 | 177.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 64 | 154 | 0 | 0.64 | 0.13 | 0.31 | 312.21 | 0.47 | 0.47 |
| Hex | B1 | 40 | 9A | 0 | 40 | D | 1F | 138 | 2F | 2F |
| Octal | 261 | 100 | 232 | 0 | 100 | 15 | 37 | 470 | 57 | 57 |
| Binary | 10110001 | 1000000 | 10011010 | 0 | 1000000 | 1101 | 11111 | 100111000 | 101111 | 101111 |
Color Harmonies of #B1409A
Complementary color
Monochromatic Colors of #B1409A
Black with #B1409A
Text Example
Text Example
White with #B1409A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1409A; }
p { color: rgb(177,64,154); }
H1.HeaderClassName
{
color: #B1409A;
}
.AnyTagClassName
{
color: #B1409A;
}
</style>
background-color css
<style>
a { background-color: #B1409A; }
a { background-color: rgb(177,64,154); }
div.DivClassName
{
background-color: #B1409A;
}
.BgClassName
{
background-color: #B1409A;
}
</style>
border-color css
<style>
span { border-color: #B1409A; }
span { border-color: rgb(177,64,154); }
td.TdClassName
{
border-color: #B1409A;
}
.TagClassName
{
border-color: #B1409A;
}
</style>