Shades of Medium Violet Red #B3089B
Tints of Medium Violet Red #B3089B
RGB
CMYK
RGB Variations
Color information
#B3089B (or 0xB3089B) is known color: Medium Violet Red. HEX triplet: B3, 08 and 9B. RGB value is (179,8,155). Sum of RGB (Red+Green+Blue) = 179+8+155=342 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.34% from 342); Green value is 8 (3.52% from 255 or 2.34% from 342); Blue value is 155 (60.94% from 255 or 45.32% from 342); Max value from RGB is 179 - color contains mainly: red. Hex color #B3089B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B3089B is #4CF764. Grayscale: #4B4B4B. Windows color (decimal): -5044069 or 10160307. OLE color: 10160307.
HSL color Cylindrical-coordinate representation of color #B3089B: hue angle of 308.42º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B3089B is Cyan = 0, Magento = 0.96, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 8 | 155 | - |
| CMYK | 0 | 0.96 | 0.13 | 0.30 |
| HSL | 308.42º | 0.91% | 0.37% | - |
| HSV(B) | 308.42º | 0.96% | 0.7% | - |
| XYZ | 24.59 | 12.12 | 32.05 | - |
| YUV | 75.89 | 172.65 | 201.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 8 | 155 | 0 | 0.96 | 0.13 | 0.30 | 308.42 | 0.91 | 0.37 |
| Hex | B3 | 8 | 9B | 0 | 60 | D | 1E | 134 | 5B | 25 |
| Octal | 263 | 10 | 233 | 0 | 140 | 15 | 36 | 464 | 133 | 45 |
| Binary | 10110011 | 1000 | 10011011 | 0 | 1100000 | 1101 | 11110 | 100110100 | 1011011 | 100101 |
Color Harmonies of #B3089B
Complementary color
Monochromatic Colors of #B3089B
Black with #B3089B
Text Example
Text Example
White with #B3089B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3089B; }
p { color: rgb(179,8,155); }
H1.HeaderClassName
{
color: #B3089B;
}
.AnyTagClassName
{
color: #B3089B;
}
</style>
background-color css
<style>
a { background-color: #B3089B; }
a { background-color: rgb(179,8,155); }
div.DivClassName
{
background-color: #B3089B;
}
.BgClassName
{
background-color: #B3089B;
}
</style>
border-color css
<style>
span { border-color: #B3089B; }
span { border-color: rgb(179,8,155); }
td.TdClassName
{
border-color: #B3089B;
}
.TagClassName
{
border-color: #B3089B;
}
</style>