Shades of Medium Violet Red #B2088A
Tints of Medium Violet Red #B2088A
RGB
CMYK
RGB Variations
Color information
#B2088A (or 0xB2088A) is known color: Medium Violet Red. HEX triplet: B2, 08 and 8A. RGB value is (178,8,138). Sum of RGB (Red+Green+Blue) = 178+8+138=324 (42% of max value = 765). Red value is 178 (69.92% from 255 or 54.94% from 324); Green value is 8 (3.52% from 255 or 2.47% from 324); Blue value is 138 (54.30% from 255 or 42.59% from 324); Max value from RGB is 178 - color contains mainly: red. Hex color #B2088A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B2088A is #4DF775. Grayscale: #494949. Windows color (decimal): -5109622 or 9046194. OLE color: 9046194.
HSL color Cylindrical-coordinate representation of color #B2088A: hue angle of 314.12º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B2088A is Cyan = 0, Magento = 0.96, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 8 | 138 | - |
| CMYK | 0 | 0.96 | 0.22 | 0.30 |
| HSL | 314.12º | 0.91% | 0.36% | - |
| HSV(B) | 314.12º | 0.96% | 0.7% | - |
| XYZ | 23.03 | 11.47 | 25.05 | - |
| YUV | 73.65 | 164.32 | 202.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 8 | 138 | 0 | 0.96 | 0.22 | 0.30 | 314.12 | 0.91 | 0.36 |
| Hex | B2 | 8 | 8A | 0 | 60 | 16 | 1E | 13A | 5B | 24 |
| Octal | 262 | 10 | 212 | 0 | 140 | 26 | 36 | 472 | 133 | 44 |
| Binary | 10110010 | 1000 | 10001010 | 0 | 1100000 | 10110 | 11110 | 100111010 | 1011011 | 100100 |
Color Harmonies of #B2088A
Complementary color
Monochromatic Colors of #B2088A
Black with #B2088A
Text Example
Text Example
White with #B2088A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2088A; }
p { color: rgb(178,8,138); }
H1.HeaderClassName
{
color: #B2088A;
}
.AnyTagClassName
{
color: #B2088A;
}
</style>
background-color css
<style>
a { background-color: #B2088A; }
a { background-color: rgb(178,8,138); }
div.DivClassName
{
background-color: #B2088A;
}
.BgClassName
{
background-color: #B2088A;
}
</style>
border-color css
<style>
span { border-color: #B2088A; }
span { border-color: rgb(178,8,138); }
td.TdClassName
{
border-color: #B2088A;
}
.TagClassName
{
border-color: #B2088A;
}
</style>