Shades of Medium Violet Red #B3089D
Tints of Medium Violet Red #B3089D
RGB
CMYK
RGB Variations
Color information
#B3089D (or 0xB3089D) is known color: Medium Violet Red. HEX triplet: B3, 08 and 9D. RGB value is (179,8,157). Sum of RGB (Red+Green+Blue) = 179+8+157=344 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.03% from 344); Green value is 8 (3.52% from 255 or 2.33% from 344); Blue value is 157 (61.72% from 255 or 45.64% from 344); Max value from RGB is 179 - color contains mainly: red. Hex color #B3089D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B3089D is #4CF762. Grayscale: #4B4B4B. Windows color (decimal): -5044067 or 10291379. OLE color: 10291379.
HSL color Cylindrical-coordinate representation of color #B3089D: hue angle of 307.72º 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 #B3089D is Cyan = 0, Magento = 0.96, Yellow = 0.12 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 8 | 157 | - |
| CMYK | 0 | 0.96 | 0.12 | 0.30 |
| HSL | 307.72º | 0.91% | 0.37% | - |
| HSV(B) | 307.72º | 0.96% | 0.7% | - |
| XYZ | 24.76 | 12.19 | 32.95 | - |
| YUV | 76.12 | 173.65 | 201.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 8 | 157 | 0 | 0.96 | 0.12 | 0.30 | 307.72 | 0.91 | 0.37 |
| Hex | B3 | 8 | 9D | 0 | 60 | C | 1E | 134 | 5B | 25 |
| Octal | 263 | 10 | 235 | 0 | 140 | 14 | 36 | 464 | 133 | 45 |
| Binary | 10110011 | 1000 | 10011101 | 0 | 1100000 | 1100 | 11110 | 100110100 | 1011011 | 100101 |
Color Harmonies of #B3089D
Complementary color
Monochromatic Colors of #B3089D
Black with #B3089D
Text Example
Text Example
White with #B3089D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3089D; }
p { color: rgb(179,8,157); }
H1.HeaderClassName
{
color: #B3089D;
}
.AnyTagClassName
{
color: #B3089D;
}
</style>
background-color css
<style>
a { background-color: #B3089D; }
a { background-color: rgb(179,8,157); }
div.DivClassName
{
background-color: #B3089D;
}
.BgClassName
{
background-color: #B3089D;
}
</style>
border-color css
<style>
span { border-color: #B3089D; }
span { border-color: rgb(179,8,157); }
td.TdClassName
{
border-color: #B3089D;
}
.TagClassName
{
border-color: #B3089D;
}
</style>