Shades of Medium Violet Red #B6089B
Tints of Medium Violet Red #B6089B
RGB
CMYK
RGB Variations
Color information
#B6089B (or 0xB6089B) is known color: Medium Violet Red. HEX triplet: B6, 08 and 9B. RGB value is (182,8,155). Sum of RGB (Red+Green+Blue) = 182+8+155=345 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.75% from 345); Green value is 8 (3.52% from 255 or 2.32% from 345); Blue value is 155 (60.94% from 255 or 44.93% from 345); Max value from RGB is 182 - color contains mainly: red. Hex color #B6089B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B6089B is #49F764. Grayscale: #4C4C4C. Windows color (decimal): -4847461 or 10160310. OLE color: 10160310.
HSL color Cylindrical-coordinate representation of color #B6089B: hue angle of 309.31º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B6089B is Cyan = 0, Magento = 0.96, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 8 | 155 | - |
| CMYK | 0 | 0.96 | 0.15 | 0.29 |
| HSL | 309.31º | 0.92% | 0.37% | - |
| HSV(B) | 309.31º | 0.96% | 0.71% | - |
| XYZ | 25.29 | 12.49 | 32.09 | - |
| YUV | 76.78 | 172.15 | 203.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 8 | 155 | 0 | 0.96 | 0.15 | 0.29 | 309.31 | 0.92 | 0.37 |
| Hex | B6 | 8 | 9B | 0 | 60 | F | 1D | 135 | 5C | 25 |
| Octal | 266 | 10 | 233 | 0 | 140 | 17 | 35 | 465 | 134 | 45 |
| Binary | 10110110 | 1000 | 10011011 | 0 | 1100000 | 1111 | 11101 | 100110101 | 1011100 | 100101 |
Color Harmonies of #B6089B
Complementary color
Monochromatic Colors of #B6089B
Black with #B6089B
Text Example
Text Example
White with #B6089B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6089B; }
p { color: rgb(182,8,155); }
H1.HeaderClassName
{
color: #B6089B;
}
.AnyTagClassName
{
color: #B6089B;
}
</style>
background-color css
<style>
a { background-color: #B6089B; }
a { background-color: rgb(182,8,155); }
div.DivClassName
{
background-color: #B6089B;
}
.BgClassName
{
background-color: #B6089B;
}
</style>
border-color css
<style>
span { border-color: #B6089B; }
span { border-color: rgb(182,8,155); }
td.TdClassName
{
border-color: #B6089B;
}
.TagClassName
{
border-color: #B6089B;
}
</style>