Shades of Medium Red Violet #B2387C
Tints of Medium Red Violet #B2387C
RGB
CMYK
RGB Variations
Color information
#B2387C (or 0xB2387C) is known color: Medium Red Violet. HEX triplet: B2, 38 and 7C. RGB value is (178,56,124). Sum of RGB (Red+Green+Blue) = 178+56+124=358 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.72% from 358); Green value is 56 (22.27% from 255 or 15.64% from 358); Blue value is 124 (48.83% from 255 or 34.64% from 358); Max value from RGB is 178 - color contains mainly: red. Hex color #B2387C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2387C is #4DC783. Grayscale: #646464. Windows color (decimal): -5097348 or 8140978. OLE color: 8140978.
HSL color Cylindrical-coordinate representation of color #B2387C: hue angle of 326.56º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B2387C is Cyan = 0, Magento = 0.69, Yellow = 0.30 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 56 | 124 | - |
| CMYK | 0 | 0.69 | 0.30 | 0.30 |
| HSL | 326.56º | 0.52% | 0.46% | - |
| HSV(B) | 326.56º | 0.69% | 0.7% | - |
| XYZ | 23.41 | 13.75 | 20.49 | - |
| YUV | 100.23 | 141.42 | 183.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 56 | 124 | 0 | 0.69 | 0.30 | 0.30 | 326.56 | 0.52 | 0.46 |
| Hex | B2 | 38 | 7C | 0 | 45 | 1E | 1E | 147 | 34 | 2E |
| Octal | 262 | 70 | 174 | 0 | 105 | 36 | 36 | 507 | 64 | 56 |
| Binary | 10110010 | 111000 | 1111100 | 0 | 1000101 | 11110 | 11110 | 101000111 | 110100 | 101110 |
Color Harmonies of #B2387C
Complementary color
Monochromatic Colors of #B2387C
Black with #B2387C
Text Example
Text Example
White with #B2387C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2387C; }
p { color: rgb(178,56,124); }
H1.HeaderClassName
{
color: #B2387C;
}
.AnyTagClassName
{
color: #B2387C;
}
</style>
background-color css
<style>
a { background-color: #B2387C; }
a { background-color: rgb(178,56,124); }
div.DivClassName
{
background-color: #B2387C;
}
.BgClassName
{
background-color: #B2387C;
}
</style>
border-color css
<style>
span { border-color: #B2387C; }
span { border-color: rgb(178,56,124); }
td.TdClassName
{
border-color: #B2387C;
}
.TagClassName
{
border-color: #B2387C;
}
</style>