Shades of Medium Violet Red #B7069B
Tints of Medium Violet Red #B7069B
RGB
CMYK
RGB Variations
Color information
#B7069B (or 0xB7069B) is known color: Medium Violet Red. HEX triplet: B7, 06 and 9B. RGB value is (183,6,155). Sum of RGB (Red+Green+Blue) = 183+6+155=344 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.20% from 344); Green value is 6 (2.73% from 255 or 1.74% from 344); Blue value is 155 (60.94% from 255 or 45.06% from 344); Max value from RGB is 183 - color contains mainly: red. Hex color #B7069B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B7069B is #48F964. Grayscale: #4B4B4B. Windows color (decimal): -4782437 or 10159799. OLE color: 10159799.
HSL color Cylindrical-coordinate representation of color #B7069B: hue angle of 309.49º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B7069B is Cyan = 0, Magento = 0.97, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 6 | 155 | - |
| CMYK | 0 | 0.97 | 0.15 | 0.28 |
| HSL | 309.49º | 0.94% | 0.37% | - |
| HSV(B) | 309.49º | 0.97% | 0.72% | - |
| XYZ | 25.51 | 12.56 | 32.09 | - |
| YUV | 75.91 | 172.64 | 204.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 6 | 155 | 0 | 0.97 | 0.15 | 0.28 | 309.49 | 0.94 | 0.37 |
| Hex | B7 | 6 | 9B | 0 | 61 | F | 1C | 135 | 5E | 25 |
| Octal | 267 | 6 | 233 | 0 | 141 | 17 | 34 | 465 | 136 | 45 |
| Binary | 10110111 | 110 | 10011011 | 0 | 1100001 | 1111 | 11100 | 100110101 | 1011110 | 100101 |
Color Harmonies of #B7069B
Complementary color
Monochromatic Colors of #B7069B
Black with #B7069B
Text Example
Text Example
White with #B7069B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7069B; }
p { color: rgb(183,6,155); }
H1.HeaderClassName
{
color: #B7069B;
}
.AnyTagClassName
{
color: #B7069B;
}
</style>
background-color css
<style>
a { background-color: #B7069B; }
a { background-color: rgb(183,6,155); }
div.DivClassName
{
background-color: #B7069B;
}
.BgClassName
{
background-color: #B7069B;
}
</style>
border-color css
<style>
span { border-color: #B7069B; }
span { border-color: rgb(183,6,155); }
td.TdClassName
{
border-color: #B7069B;
}
.TagClassName
{
border-color: #B7069B;
}
</style>