Shades of Medium Violet Red #B6099D
Tints of Medium Violet Red #B6099D
RGB
CMYK
RGB Variations
Color information
#B6099D (or 0xB6099D) is known color: Medium Violet Red. HEX triplet: B6, 09 and 9D. RGB value is (182,9,157). Sum of RGB (Red+Green+Blue) = 182+9+157=348 (46% of max value = 765). Red value is 182 (71.48% from 255 or 52.30% from 348); Green value is 9 (3.91% from 255 or 2.59% from 348); Blue value is 157 (61.72% from 255 or 45.11% from 348); Max value from RGB is 182 - color contains mainly: red. Hex color #B6099D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B6099D is #49F662. Grayscale: #4D4D4D. Windows color (decimal): -4847203 or 10291638. OLE color: 10291638.
HSL color Cylindrical-coordinate representation of color #B6099D: hue angle of 308.67º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B6099D is Cyan = 0, Magento = 0.95, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 9 | 157 | - |
| CMYK | 0 | 0.95 | 0.14 | 0.29 |
| HSL | 308.67º | 0.91% | 0.37% | - |
| HSV(B) | 308.67º | 0.95% | 0.71% | - |
| XYZ | 25.47 | 12.57 | 32.98 | - |
| YUV | 77.6 | 172.81 | 202.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 9 | 157 | 0 | 0.95 | 0.14 | 0.29 | 308.67 | 0.91 | 0.37 |
| Hex | B6 | 9 | 9D | 0 | 5F | E | 1D | 135 | 5B | 25 |
| Octal | 266 | 11 | 235 | 0 | 137 | 16 | 35 | 465 | 133 | 45 |
| Binary | 10110110 | 1001 | 10011101 | 0 | 1011111 | 1110 | 11101 | 100110101 | 1011011 | 100101 |
Color Harmonies of #B6099D
Complementary color
Monochromatic Colors of #B6099D
Black with #B6099D
Text Example
Text Example
White with #B6099D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6099D; }
p { color: rgb(182,9,157); }
H1.HeaderClassName
{
color: #B6099D;
}
.AnyTagClassName
{
color: #B6099D;
}
</style>
background-color css
<style>
a { background-color: #B6099D; }
a { background-color: rgb(182,9,157); }
div.DivClassName
{
background-color: #B6099D;
}
.BgClassName
{
background-color: #B6099D;
}
</style>
border-color css
<style>
span { border-color: #B6099D; }
span { border-color: rgb(182,9,157); }
td.TdClassName
{
border-color: #B6099D;
}
.TagClassName
{
border-color: #B6099D;
}
</style>