Shades of Medium Violet Red #B1069A
Tints of Medium Violet Red #B1069A
RGB
CMYK
RGB Variations
Color information
#B1069A (or 0xB1069A) is known color: Medium Violet Red. HEX triplet: B1, 06 and 9A. RGB value is (177,6,154). Sum of RGB (Red+Green+Blue) = 177+6+154=337 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.52% from 337); Green value is 6 (2.73% from 255 or 1.78% from 337); Blue value is 154 (60.55% from 255 or 45.70% from 337); Max value from RGB is 177 - color contains mainly: red. Hex color #B1069A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B1069A is #4EF965. Grayscale: #494949. Windows color (decimal): -5175654 or 10094257. OLE color: 10094257.
HSL color Cylindrical-coordinate representation of color #B1069A: hue angle of 308.07º 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 #B1069A is Cyan = 0, Magento = 0.97, Yellow = 0.13 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 6 | 154 | - |
| CMYK | 0 | 0.97 | 0.13 | 0.31 |
| HSL | 308.07º | 0.93% | 0.36% | - |
| HSV(B) | 308.07º | 0.97% | 0.69% | - |
| XYZ | 24.03 | 11.81 | 31.59 | - |
| YUV | 74 | 173.15 | 201.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 6 | 154 | 0 | 0.97 | 0.13 | 0.31 | 308.07 | 0.93 | 0.36 |
| Hex | B1 | 6 | 9A | 0 | 61 | D | 1F | 134 | 5D | 24 |
| Octal | 261 | 6 | 232 | 0 | 141 | 15 | 37 | 464 | 135 | 44 |
| Binary | 10110001 | 110 | 10011010 | 0 | 1100001 | 1101 | 11111 | 100110100 | 1011101 | 100100 |
Color Harmonies of #B1069A
Complementary color
Monochromatic Colors of #B1069A
Black with #B1069A
Text Example
Text Example
White with #B1069A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1069A; }
p { color: rgb(177,6,154); }
H1.HeaderClassName
{
color: #B1069A;
}
.AnyTagClassName
{
color: #B1069A;
}
</style>
background-color css
<style>
a { background-color: #B1069A; }
a { background-color: rgb(177,6,154); }
div.DivClassName
{
background-color: #B1069A;
}
.BgClassName
{
background-color: #B1069A;
}
</style>
border-color css
<style>
span { border-color: #B1069A; }
span { border-color: rgb(177,6,154); }
td.TdClassName
{
border-color: #B1069A;
}
.TagClassName
{
border-color: #B1069A;
}
</style>