Shades of Medium Red Violet #B2256C
Tints of Medium Red Violet #B2256C
RGB
CMYK
RGB Variations
Color information
#B2256C (or 0xB2256C) is known color: Medium Red Violet. HEX triplet: B2, 25 and 6C. RGB value is (178,37,108). Sum of RGB (Red+Green+Blue) = 178+37+108=323 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.11% from 323); Green value is 37 (14.84% from 255 or 11.46% from 323); Blue value is 108 (42.58% from 255 or 33.44% from 323); Max value from RGB is 178 - color contains mainly: red. Hex color #B2256C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2256C is #4DDA93. Grayscale: #575757. Windows color (decimal): -5102228 or 7087538. OLE color: 7087538.
HSL color Cylindrical-coordinate representation of color #B2256C: hue angle of 329.79º 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 #B2256C is Cyan = 0, Magento = 0.79, Yellow = 0.39 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 37 | 108 | - |
| CMYK | 0 | 0.79 | 0.39 | 0.30 |
| HSL | 329.79º | 0.66% | 0.42% | - |
| HSV(B) | 329.79º | 0.79% | 0.7% | - |
| XYZ | 21.73 | 11.87 | 15.33 | - |
| YUV | 87.25 | 139.71 | 192.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 37 | 108 | 0 | 0.79 | 0.39 | 0.30 | 329.79 | 0.66 | 0.42 |
| Hex | B2 | 25 | 6C | 0 | 4F | 27 | 1E | 14A | 42 | 2A |
| Octal | 262 | 45 | 154 | 0 | 117 | 47 | 36 | 512 | 102 | 52 |
| Binary | 10110010 | 100101 | 1101100 | 0 | 1001111 | 100111 | 11110 | 101001010 | 1000010 | 101010 |
Color Harmonies of #B2256C
Complementary color
Monochromatic Colors of #B2256C
Black with #B2256C
Text Example
Text Example
White with #B2256C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2256C; }
p { color: rgb(178,37,108); }
H1.HeaderClassName
{
color: #B2256C;
}
.AnyTagClassName
{
color: #B2256C;
}
</style>
background-color css
<style>
a { background-color: #B2256C; }
a { background-color: rgb(178,37,108); }
div.DivClassName
{
background-color: #B2256C;
}
.BgClassName
{
background-color: #B2256C;
}
</style>
border-color css
<style>
span { border-color: #B2256C; }
span { border-color: rgb(178,37,108); }
td.TdClassName
{
border-color: #B2256C;
}
.TagClassName
{
border-color: #B2256C;
}
</style>