Shades of Medium Red Violet #B2257D
Tints of Medium Red Violet #B2257D
RGB
CMYK
RGB Variations
Color information
#B2257D (or 0xB2257D) is known color: Medium Red Violet. HEX triplet: B2, 25 and 7D. RGB value is (178,37,125). Sum of RGB (Red+Green+Blue) = 178+37+125=340 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.35% from 340); Green value is 37 (14.84% from 255 or 10.88% from 340); Blue value is 125 (49.22% from 255 or 36.76% from 340); Max value from RGB is 178 - color contains mainly: red. Hex color #B2257D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2257D is #4DDA82. Grayscale: #585858. Windows color (decimal): -5102211 or 8201650. OLE color: 8201650.
HSL color Cylindrical-coordinate representation of color #B2257D: hue angle of 322.55º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B2257D is Cyan = 0, Magento = 0.79, Yellow = 0.30 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 37 | 125 | - |
| CMYK | 0 | 0.79 | 0.30 | 0.30 |
| HSL | 322.55º | 0.66% | 0.42% | - |
| HSV(B) | 322.55º | 0.79% | 0.7% | - |
| XYZ | 22.72 | 12.27 | 20.57 | - |
| YUV | 89.19 | 148.21 | 191.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 37 | 125 | 0 | 0.79 | 0.30 | 0.30 | 322.55 | 0.66 | 0.42 |
| Hex | B2 | 25 | 7D | 0 | 4F | 1E | 1E | 143 | 42 | 2A |
| Octal | 262 | 45 | 175 | 0 | 117 | 36 | 36 | 503 | 102 | 52 |
| Binary | 10110010 | 100101 | 1111101 | 0 | 1001111 | 11110 | 11110 | 101000011 | 1000010 | 101010 |
Color Harmonies of #B2257D
Complementary color
Monochromatic Colors of #B2257D
Black with #B2257D
Text Example
Text Example
White with #B2257D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2257D; }
p { color: rgb(178,37,125); }
H1.HeaderClassName
{
color: #B2257D;
}
.AnyTagClassName
{
color: #B2257D;
}
</style>
background-color css
<style>
a { background-color: #B2257D; }
a { background-color: rgb(178,37,125); }
div.DivClassName
{
background-color: #B2257D;
}
.BgClassName
{
background-color: #B2257D;
}
</style>
border-color css
<style>
span { border-color: #B2257D; }
span { border-color: rgb(178,37,125); }
td.TdClassName
{
border-color: #B2257D;
}
.TagClassName
{
border-color: #B2257D;
}
</style>