Shades of Medium Violet Red #B2069D
Tints of Medium Violet Red #B2069D
RGB
CMYK
RGB Variations
Color information
#B2069D (or 0xB2069D) is known color: Medium Violet Red. HEX triplet: B2, 06 and 9D. RGB value is (178,6,157). Sum of RGB (Red+Green+Blue) = 178+6+157=341 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.20% from 341); Green value is 6 (2.73% from 255 or 1.76% from 341); Blue value is 157 (61.72% from 255 or 46.04% from 341); Max value from RGB is 178 - color contains mainly: red. Hex color #B2069D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B2069D is #4DF962. Grayscale: #4A4A4A. Windows color (decimal): -5110115 or 10290866. OLE color: 10290866.
HSL color Cylindrical-coordinate representation of color #B2069D: hue angle of 307.33º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B2069D is Cyan = 0, Magento = 0.97, Yellow = 0.12 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 6 | 157 | - |
| CMYK | 0 | 0.97 | 0.12 | 0.30 |
| HSL | 307.33º | 0.93% | 0.36% | - |
| HSV(B) | 307.33º | 0.97% | 0.7% | - |
| XYZ | 24.51 | 12.03 | 32.93 | - |
| YUV | 74.64 | 174.48 | 201.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 6 | 157 | 0 | 0.97 | 0.12 | 0.30 | 307.33 | 0.93 | 0.36 |
| Hex | B2 | 6 | 9D | 0 | 61 | C | 1E | 133 | 5D | 24 |
| Octal | 262 | 6 | 235 | 0 | 141 | 14 | 36 | 463 | 135 | 44 |
| Binary | 10110010 | 110 | 10011101 | 0 | 1100001 | 1100 | 11110 | 100110011 | 1011101 | 100100 |
Color Harmonies of #B2069D
Complementary color
Monochromatic Colors of #B2069D
Black with #B2069D
Text Example
Text Example
White with #B2069D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2069D; }
p { color: rgb(178,6,157); }
H1.HeaderClassName
{
color: #B2069D;
}
.AnyTagClassName
{
color: #B2069D;
}
</style>
background-color css
<style>
a { background-color: #B2069D; }
a { background-color: rgb(178,6,157); }
div.DivClassName
{
background-color: #B2069D;
}
.BgClassName
{
background-color: #B2069D;
}
</style>
border-color css
<style>
span { border-color: #B2069D; }
span { border-color: rgb(178,6,157); }
td.TdClassName
{
border-color: #B2069D;
}
.TagClassName
{
border-color: #B2069D;
}
</style>