Shades of Medium Violet Red #B1069D
Tints of Medium Violet Red #B1069D
RGB
CMYK
RGB Variations
Color information
#B1069D (or 0xB1069D) is known color: Medium Violet Red. HEX triplet: B1, 06 and 9D. RGB value is (177,6,157). Sum of RGB (Red+Green+Blue) = 177+6+157=340 (45% of max value = 765). Red value is 177 (69.53% from 255 or 52.06% from 340); Green value is 6 (2.73% from 255 or 1.76% from 340); Blue value is 157 (61.72% from 255 or 46.18% from 340); Max value from RGB is 177 - color contains mainly: red. Hex color #B1069D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B1069D is #4EF962. Grayscale: #494949. Windows color (decimal): -5175651 or 10290865. OLE color: 10290865.
HSL color Cylindrical-coordinate representation of color #B1069D: hue angle of 307.02º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B1069D is Cyan = 0, Magento = 0.97, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 6 | 157 | - |
| CMYK | 0 | 0.97 | 0.11 | 0.31 |
| HSL | 307.02º | 0.93% | 0.36% | - |
| HSV(B) | 307.02º | 0.97% | 0.69% | - |
| XYZ | 24.28 | 11.91 | 32.92 | - |
| YUV | 74.34 | 174.65 | 201.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 6 | 157 | 0 | 0.97 | 0.11 | 0.31 | 307.02 | 0.93 | 0.36 |
| Hex | B1 | 6 | 9D | 0 | 61 | B | 1F | 133 | 5D | 24 |
| Octal | 261 | 6 | 235 | 0 | 141 | 13 | 37 | 463 | 135 | 44 |
| Binary | 10110001 | 110 | 10011101 | 0 | 1100001 | 1011 | 11111 | 100110011 | 1011101 | 100100 |
Color Harmonies of #B1069D
Complementary color
Monochromatic Colors of #B1069D
Black with #B1069D
Text Example
Text Example
White with #B1069D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1069D; }
p { color: rgb(177,6,157); }
H1.HeaderClassName
{
color: #B1069D;
}
.AnyTagClassName
{
color: #B1069D;
}
</style>
background-color css
<style>
a { background-color: #B1069D; }
a { background-color: rgb(177,6,157); }
div.DivClassName
{
background-color: #B1069D;
}
.BgClassName
{
background-color: #B1069D;
}
</style>
border-color css
<style>
span { border-color: #B1069D; }
span { border-color: rgb(177,6,157); }
td.TdClassName
{
border-color: #B1069D;
}
.TagClassName
{
border-color: #B1069D;
}
</style>