Shades of Medium Violet Red #B2059A
Tints of Medium Violet Red #B2059A
RGB
CMYK
RGB Variations
Color information
#B2059A (or 0xB2059A) is known color: Medium Violet Red. HEX triplet: B2, 05 and 9A. RGB value is (178,5,154). Sum of RGB (Red+Green+Blue) = 178+5+154=337 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.82% from 337); Green value is 5 (2.34% from 255 or 1.48% from 337); Blue value is 154 (60.55% from 255 or 45.70% from 337); Max value from RGB is 178 - color contains mainly: red. Hex color #B2059A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B2059A is #4DFA65. Grayscale: #494949. Windows color (decimal): -5110374 or 10094002. OLE color: 10094002.
HSL color Cylindrical-coordinate representation of color #B2059A: hue angle of 308.32º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B2059A is Cyan = 0, Magento = 0.97, Yellow = 0.13 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 5 | 154 | - |
| CMYK | 0 | 0.97 | 0.13 | 0.30 |
| HSL | 308.32º | 0.95% | 0.36% | - |
| HSV(B) | 308.32º | 0.97% | 0.7% | - |
| XYZ | 24.25 | 11.91 | 31.59 | - |
| YUV | 73.71 | 173.31 | 202.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 5 | 154 | 0 | 0.97 | 0.13 | 0.30 | 308.32 | 0.95 | 0.36 |
| Hex | B2 | 5 | 9A | 0 | 61 | D | 1E | 134 | 5F | 24 |
| Octal | 262 | 5 | 232 | 0 | 141 | 15 | 36 | 464 | 137 | 44 |
| Binary | 10110010 | 101 | 10011010 | 0 | 1100001 | 1101 | 11110 | 100110100 | 1011111 | 100100 |
Color Harmonies of #B2059A
Complementary color
Monochromatic Colors of #B2059A
Black with #B2059A
Text Example
Text Example
White with #B2059A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2059A; }
p { color: rgb(178,5,154); }
H1.HeaderClassName
{
color: #B2059A;
}
.AnyTagClassName
{
color: #B2059A;
}
</style>
background-color css
<style>
a { background-color: #B2059A; }
a { background-color: rgb(178,5,154); }
div.DivClassName
{
background-color: #B2059A;
}
.BgClassName
{
background-color: #B2059A;
}
</style>
border-color css
<style>
span { border-color: #B2059A; }
span { border-color: rgb(178,5,154); }
td.TdClassName
{
border-color: #B2059A;
}
.TagClassName
{
border-color: #B2059A;
}
</style>