Shades of Medium Red Violet #B2297F
Tints of Medium Red Violet #B2297F
RGB
CMYK
RGB Variations
Color information
#B2297F (or 0xB2297F) is known color: Medium Red Violet. HEX triplet: B2, 29 and 7F. RGB value is (178,41,127). Sum of RGB (Red+Green+Blue) = 178+41+127=346 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.45% from 346); Green value is 41 (16.41% from 255 or 11.85% from 346); Blue value is 127 (50% from 255 or 36.71% from 346); Max value from RGB is 178 - color contains mainly: red. Hex color #B2297F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2297F is #4DD680. Grayscale: #5B5B5B. Windows color (decimal): -5101185 or 8333746. OLE color: 8333746.
HSL color Cylindrical-coordinate representation of color #B2297F: hue angle of 322.34º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B2297F is Cyan = 0, Magento = 0.77, Yellow = 0.29 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 41 | 127 | - |
| CMYK | 0 | 0.77 | 0.29 | 0.30 |
| HSL | 322.34º | 0.63% | 0.43% | - |
| HSV(B) | 322.34º | 0.77% | 0.7% | - |
| XYZ | 22.98 | 12.58 | 21.3 | - |
| YUV | 91.77 | 147.89 | 189.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 41 | 127 | 0 | 0.77 | 0.29 | 0.30 | 322.34 | 0.63 | 0.43 |
| Hex | B2 | 29 | 7F | 0 | 4D | 1D | 1E | 142 | 3F | 2B |
| Octal | 262 | 51 | 177 | 0 | 115 | 35 | 36 | 502 | 77 | 53 |
| Binary | 10110010 | 101001 | 1111111 | 0 | 1001101 | 11101 | 11110 | 101000010 | 111111 | 101011 |
Color Harmonies of #B2297F
Complementary color
Monochromatic Colors of #B2297F
Black with #B2297F
Text Example
Text Example
White with #B2297F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2297F; }
p { color: rgb(178,41,127); }
H1.HeaderClassName
{
color: #B2297F;
}
.AnyTagClassName
{
color: #B2297F;
}
</style>
background-color css
<style>
a { background-color: #B2297F; }
a { background-color: rgb(178,41,127); }
div.DivClassName
{
background-color: #B2297F;
}
.BgClassName
{
background-color: #B2297F;
}
</style>
border-color css
<style>
span { border-color: #B2297F; }
span { border-color: rgb(178,41,127); }
td.TdClassName
{
border-color: #B2297F;
}
.TagClassName
{
border-color: #B2297F;
}
</style>