Shades of Medium Violet Red #B2088C
Tints of Medium Violet Red #B2088C
RGB
CMYK
RGB Variations
Color information
#B2088C (or 0xB2088C) is known color: Medium Violet Red. HEX triplet: B2, 08 and 8C. RGB value is (178,8,140). Sum of RGB (Red+Green+Blue) = 178+8+140=326 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.60% from 326); Green value is 8 (3.52% from 255 or 2.45% from 326); Blue value is 140 (55.08% from 255 or 42.94% from 326); Max value from RGB is 178 - color contains mainly: red. Hex color #B2088C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B2088C is #4DF773. Grayscale: #494949. Windows color (decimal): -5109620 or 9177266. OLE color: 9177266.
HSL color Cylindrical-coordinate representation of color #B2088C: hue angle of 313.41º 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 #B2088C is Cyan = 0, Magento = 0.96, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 8 | 140 | - |
| CMYK | 0 | 0.96 | 0.21 | 0.30 |
| HSL | 313.41º | 0.91% | 0.36% | - |
| HSV(B) | 313.41º | 0.96% | 0.7% | - |
| XYZ | 23.18 | 11.53 | 25.82 | - |
| YUV | 73.88 | 165.32 | 202.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 8 | 140 | 0 | 0.96 | 0.21 | 0.30 | 313.41 | 0.91 | 0.36 |
| Hex | B2 | 8 | 8C | 0 | 60 | 15 | 1E | 139 | 5B | 24 |
| Octal | 262 | 10 | 214 | 0 | 140 | 25 | 36 | 471 | 133 | 44 |
| Binary | 10110010 | 1000 | 10001100 | 0 | 1100000 | 10101 | 11110 | 100111001 | 1011011 | 100100 |
Color Harmonies of #B2088C
Complementary color
Monochromatic Colors of #B2088C
Black with #B2088C
Text Example
Text Example
White with #B2088C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2088C; }
p { color: rgb(178,8,140); }
H1.HeaderClassName
{
color: #B2088C;
}
.AnyTagClassName
{
color: #B2088C;
}
</style>
background-color css
<style>
a { background-color: #B2088C; }
a { background-color: rgb(178,8,140); }
div.DivClassName
{
background-color: #B2088C;
}
.BgClassName
{
background-color: #B2088C;
}
</style>
border-color css
<style>
span { border-color: #B2088C; }
span { border-color: rgb(178,8,140); }
td.TdClassName
{
border-color: #B2088C;
}
.TagClassName
{
border-color: #B2088C;
}
</style>