Shades of Medium Violet Red #B1069E
Tints of Medium Violet Red #B1069E
RGB
CMYK
RGB Variations
Color information
#B1069E (or 0xB1069E) is known color: Medium Violet Red. HEX triplet: B1, 06 and 9E. RGB value is (177,6,158). Sum of RGB (Red+Green+Blue) = 177+6+158=341 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.91% from 341); Green value is 6 (2.73% from 255 or 1.76% from 341); Blue value is 158 (62.11% from 255 or 46.33% from 341); Max value from RGB is 177 - color contains mainly: red. Hex color #B1069E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B1069E is #4EF961. Grayscale: #4A4A4A. Windows color (decimal): -5175650 or 10356401. OLE color: 10356401.
HSL color Cylindrical-coordinate representation of color #B1069E: hue angle of 306.67º 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 #B1069E is Cyan = 0, Magento = 0.97, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 6 | 158 | - |
| CMYK | 0 | 0.97 | 0.11 | 0.31 |
| HSL | 306.67º | 0.93% | 0.36% | - |
| HSV(B) | 306.67º | 0.97% | 0.69% | - |
| XYZ | 24.37 | 11.95 | 33.37 | - |
| YUV | 74.46 | 175.15 | 201.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 6 | 158 | 0 | 0.97 | 0.11 | 0.31 | 306.67 | 0.93 | 0.36 |
| Hex | B1 | 6 | 9E | 0 | 61 | B | 1F | 133 | 5D | 24 |
| Octal | 261 | 6 | 236 | 0 | 141 | 13 | 37 | 463 | 135 | 44 |
| Binary | 10110001 | 110 | 10011110 | 0 | 1100001 | 1011 | 11111 | 100110011 | 1011101 | 100100 |
Color Harmonies of #B1069E
Complementary color
Monochromatic Colors of #B1069E
Black with #B1069E
Text Example
Text Example
White with #B1069E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1069E; }
p { color: rgb(177,6,158); }
H1.HeaderClassName
{
color: #B1069E;
}
.AnyTagClassName
{
color: #B1069E;
}
</style>
background-color css
<style>
a { background-color: #B1069E; }
a { background-color: rgb(177,6,158); }
div.DivClassName
{
background-color: #B1069E;
}
.BgClassName
{
background-color: #B1069E;
}
</style>
border-color css
<style>
span { border-color: #B1069E; }
span { border-color: rgb(177,6,158); }
td.TdClassName
{
border-color: #B1069E;
}
.TagClassName
{
border-color: #B1069E;
}
</style>