Shades of Medium Violet Red #B2057D
Tints of Medium Violet Red #B2057D
RGB
CMYK
RGB Variations
Color information
#B2057D (or 0xB2057D) is known color: Medium Violet Red. HEX triplet: B2, 05 and 7D. RGB value is (178,5,125). Sum of RGB (Red+Green+Blue) = 178+5+125=308 (40% of max value = 765). Red value is 178 (69.92% from 255 or 57.79% from 308); Green value is 5 (2.34% from 255 or 1.62% from 308); Blue value is 125 (49.22% from 255 or 40.58% from 308); Max value from RGB is 178 - color contains mainly: red. Hex color #B2057D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2057D is #4DFA82. Grayscale: #464646. Windows color (decimal): -5110403 or 8193458. OLE color: 8193458.
HSL color Cylindrical-coordinate representation of color #B2057D: hue angle of 318.38º 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 #B2057D is Cyan = 0, Magento = 0.97, Yellow = 0.30 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 5 | 125 | - |
| CMYK | 0 | 0.97 | 0.30 | 0.30 |
| HSL | 318.38º | 0.95% | 0.36% | - |
| HSV(B) | 318.38º | 0.97% | 0.7% | - |
| XYZ | 22.12 | 11.05 | 20.37 | - |
| YUV | 70.41 | 158.81 | 204.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 5 | 125 | 0 | 0.97 | 0.30 | 0.30 | 318.38 | 0.95 | 0.36 |
| Hex | B2 | 5 | 7D | 0 | 61 | 1E | 1E | 13E | 5F | 24 |
| Octal | 262 | 5 | 175 | 0 | 141 | 36 | 36 | 476 | 137 | 44 |
| Binary | 10110010 | 101 | 1111101 | 0 | 1100001 | 11110 | 11110 | 100111110 | 1011111 | 100100 |
Color Harmonies of #B2057D
Complementary color
Monochromatic Colors of #B2057D
Black with #B2057D
Text Example
Text Example
White with #B2057D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2057D; }
p { color: rgb(178,5,125); }
H1.HeaderClassName
{
color: #B2057D;
}
.AnyTagClassName
{
color: #B2057D;
}
</style>
background-color css
<style>
a { background-color: #B2057D; }
a { background-color: rgb(178,5,125); }
div.DivClassName
{
background-color: #B2057D;
}
.BgClassName
{
background-color: #B2057D;
}
</style>
border-color css
<style>
span { border-color: #B2057D; }
span { border-color: rgb(178,5,125); }
td.TdClassName
{
border-color: #B2057D;
}
.TagClassName
{
border-color: #B2057D;
}
</style>