Shades of Medium Violet Red #B609A0
Tints of Medium Violet Red #B609A0
RGB
CMYK
RGB Variations
Color information
#B609A0 (or 0xB609A0) is known color: Medium Violet Red. HEX triplet: B6, 09 and A0. RGB value is (182,9,160). Sum of RGB (Red+Green+Blue) = 182+9+160=351 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.85% from 351); Green value is 9 (3.91% from 255 or 2.56% from 351); Blue value is 160 (62.89% from 255 or 45.58% from 351); Max value from RGB is 182 - color contains mainly: red. Hex color #B609A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B609A0 is #49F65F. Grayscale: #4D4D4D. Windows color (decimal): -4847200 or 10488246. OLE color: 10488246.
HSL color Cylindrical-coordinate representation of color #B609A0: hue angle of 307.63º 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 #B609A0 is Cyan = 0, Magento = 0.95, Yellow = 0.12 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 9 | 160 | - |
| CMYK | 0 | 0.95 | 0.12 | 0.29 |
| HSL | 307.63º | 0.91% | 0.37% | - |
| HSV(B) | 307.63º | 0.95% | 0.71% | - |
| XYZ | 25.73 | 12.68 | 34.35 | - |
| YUV | 77.94 | 174.31 | 202.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 9 | 160 | 0 | 0.95 | 0.12 | 0.29 | 307.63 | 0.91 | 0.37 |
| Hex | B6 | 9 | A0 | 0 | 5F | C | 1D | 134 | 5B | 25 |
| Octal | 266 | 11 | 240 | 0 | 137 | 14 | 35 | 464 | 133 | 45 |
| Binary | 10110110 | 1001 | 10100000 | 0 | 1011111 | 1100 | 11101 | 100110100 | 1011011 | 100101 |
Color Harmonies of #B609A0
Complementary color
Monochromatic Colors of #B609A0
Black with #B609A0
Text Example
Text Example
White with #B609A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B609A0; }
p { color: rgb(182,9,160); }
H1.HeaderClassName
{
color: #B609A0;
}
.AnyTagClassName
{
color: #B609A0;
}
</style>
background-color css
<style>
a { background-color: #B609A0; }
a { background-color: rgb(182,9,160); }
div.DivClassName
{
background-color: #B609A0;
}
.BgClassName
{
background-color: #B609A0;
}
</style>
border-color css
<style>
span { border-color: #B609A0; }
span { border-color: rgb(182,9,160); }
td.TdClassName
{
border-color: #B609A0;
}
.TagClassName
{
border-color: #B609A0;
}
</style>