Shades of Medium Violet Red #B0069D
Tints of Medium Violet Red #B0069D
RGB
CMYK
RGB Variations
Color information
#B0069D (or 0xB0069D) is known color: Medium Violet Red. HEX triplet: B0, 06 and 9D. RGB value is (176,6,157). Sum of RGB (Red+Green+Blue) = 176+6+157=339 (44% of max value = 765). Red value is 176 (69.14% from 255 or 51.92% from 339); Green value is 6 (2.73% from 255 or 1.77% from 339); Blue value is 157 (61.72% from 255 or 46.31% from 339); Max value from RGB is 176 - color contains mainly: red. Hex color #B0069D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B0069D is #4FF962. Grayscale: #494949. Windows color (decimal): -5241187 or 10290864. OLE color: 10290864.
HSL color Cylindrical-coordinate representation of color #B0069D: hue angle of 306.71º 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 #B0069D is Cyan = 0, Magento = 0.97, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 6 | 157 | - |
| CMYK | 0 | 0.97 | 0.11 | 0.31 |
| HSL | 306.71º | 0.93% | 0.36% | - |
| HSV(B) | 306.71º | 0.97% | 0.69% | - |
| XYZ | 24.06 | 11.79 | 32.91 | - |
| YUV | 74.04 | 174.82 | 200.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 6 | 157 | 0 | 0.97 | 0.11 | 0.31 | 306.71 | 0.93 | 0.36 |
| Hex | B0 | 6 | 9D | 0 | 61 | B | 1F | 133 | 5D | 24 |
| Octal | 260 | 6 | 235 | 0 | 141 | 13 | 37 | 463 | 135 | 44 |
| Binary | 10110000 | 110 | 10011101 | 0 | 1100001 | 1011 | 11111 | 100110011 | 1011101 | 100100 |
Color Harmonies of #B0069D
Complementary color
Monochromatic Colors of #B0069D
Black with #B0069D
Text Example
Text Example
White with #B0069D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0069D; }
p { color: rgb(176,6,157); }
H1.HeaderClassName
{
color: #B0069D;
}
.AnyTagClassName
{
color: #B0069D;
}
</style>
background-color css
<style>
a { background-color: #B0069D; }
a { background-color: rgb(176,6,157); }
div.DivClassName
{
background-color: #B0069D;
}
.BgClassName
{
background-color: #B0069D;
}
</style>
border-color css
<style>
span { border-color: #B0069D; }
span { border-color: rgb(176,6,157); }
td.TdClassName
{
border-color: #B0069D;
}
.TagClassName
{
border-color: #B0069D;
}
</style>