Shades of Medium Red Violet #B2287D
Tints of Medium Red Violet #B2287D
RGB
CMYK
RGB Variations
Color information
#B2287D (or 0xB2287D) is known color: Medium Red Violet. HEX triplet: B2, 28 and 7D. RGB value is (178,40,125). Sum of RGB (Red+Green+Blue) = 178+40+125=343 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.90% from 343); Green value is 40 (16.02% from 255 or 11.66% from 343); Blue value is 125 (49.22% from 255 or 36.44% from 343); Max value from RGB is 178 - color contains mainly: red. Hex color #B2287D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2287D is #4DD782. Grayscale: #5A5A5A. Windows color (decimal): -5101443 or 8202418. OLE color: 8202418.
HSL color Cylindrical-coordinate representation of color #B2287D: hue angle of 323.04º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B2287D is Cyan = 0, Magento = 0.78, Yellow = 0.30 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 40 | 125 | - |
| CMYK | 0 | 0.78 | 0.30 | 0.30 |
| HSL | 323.04º | 0.63% | 0.43% | - |
| HSV(B) | 323.04º | 0.78% | 0.7% | - |
| XYZ | 22.82 | 12.46 | 20.6 | - |
| YUV | 90.95 | 147.22 | 190.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 40 | 125 | 0 | 0.78 | 0.30 | 0.30 | 323.04 | 0.63 | 0.43 |
| Hex | B2 | 28 | 7D | 0 | 4E | 1E | 1E | 143 | 3F | 2B |
| Octal | 262 | 50 | 175 | 0 | 116 | 36 | 36 | 503 | 77 | 53 |
| Binary | 10110010 | 101000 | 1111101 | 0 | 1001110 | 11110 | 11110 | 101000011 | 111111 | 101011 |
Color Harmonies of #B2287D
Complementary color
Monochromatic Colors of #B2287D
Black with #B2287D
Text Example
Text Example
White with #B2287D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2287D; }
p { color: rgb(178,40,125); }
H1.HeaderClassName
{
color: #B2287D;
}
.AnyTagClassName
{
color: #B2287D;
}
</style>
background-color css
<style>
a { background-color: #B2287D; }
a { background-color: rgb(178,40,125); }
div.DivClassName
{
background-color: #B2287D;
}
.BgClassName
{
background-color: #B2287D;
}
</style>
border-color css
<style>
span { border-color: #B2287D; }
span { border-color: rgb(178,40,125); }
td.TdClassName
{
border-color: #B2287D;
}
.TagClassName
{
border-color: #B2287D;
}
</style>