Shades of Medium Violet Red #B8069B
Tints of Medium Violet Red #B8069B
RGB
CMYK
RGB Variations
Color information
#B8069B (or 0xB8069B) is known color: Medium Violet Red. HEX triplet: B8, 06 and 9B. RGB value is (184,6,155). Sum of RGB (Red+Green+Blue) = 184+6+155=345 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.33% from 345); Green value is 6 (2.73% from 255 or 1.74% from 345); Blue value is 155 (60.94% from 255 or 44.93% from 345); Max value from RGB is 184 - color contains mainly: red. Hex color #B8069B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B8069B is #47F964. Grayscale: #4B4B4B. Windows color (decimal): -4716901 or 10159800. OLE color: 10159800.
HSL color Cylindrical-coordinate representation of color #B8069B: hue angle of 309.78º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B8069B is Cyan = 0, Magento = 0.97, Yellow = 0.16 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 6 | 155 | - |
| CMYK | 0 | 0.97 | 0.16 | 0.28 |
| HSL | 309.78º | 0.94% | 0.37% | - |
| HSV(B) | 309.78º | 0.97% | 0.72% | - |
| XYZ | 25.75 | 12.69 | 32.1 | - |
| YUV | 76.21 | 172.47 | 204.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 6 | 155 | 0 | 0.97 | 0.16 | 0.28 | 309.78 | 0.94 | 0.37 |
| Hex | B8 | 6 | 9B | 0 | 61 | 10 | 1C | 136 | 5E | 25 |
| Octal | 270 | 6 | 233 | 0 | 141 | 20 | 34 | 466 | 136 | 45 |
| Binary | 10111000 | 110 | 10011011 | 0 | 1100001 | 10000 | 11100 | 100110110 | 1011110 | 100101 |
Color Harmonies of #B8069B
Complementary color
Monochromatic Colors of #B8069B
Black with #B8069B
Text Example
Text Example
White with #B8069B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8069B; }
p { color: rgb(184,6,155); }
H1.HeaderClassName
{
color: #B8069B;
}
.AnyTagClassName
{
color: #B8069B;
}
</style>
background-color css
<style>
a { background-color: #B8069B; }
a { background-color: rgb(184,6,155); }
div.DivClassName
{
background-color: #B8069B;
}
.BgClassName
{
background-color: #B8069B;
}
</style>
border-color css
<style>
span { border-color: #B8069B; }
span { border-color: rgb(184,6,155); }
td.TdClassName
{
border-color: #B8069B;
}
.TagClassName
{
border-color: #B8069B;
}
</style>