Shades of Medium Red Violet #B2246D
Tints of Medium Red Violet #B2246D
RGB
CMYK
RGB Variations
Color information
#B2246D (or 0xB2246D) is known color: Medium Red Violet. HEX triplet: B2, 24 and 6D. RGB value is (178,36,109). Sum of RGB (Red+Green+Blue) = 178+36+109=323 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.11% from 323); Green value is 36 (14.45% from 255 or 11.15% from 323); Blue value is 109 (42.97% from 255 or 33.75% from 323); Max value from RGB is 178 - color contains mainly: red. Hex color #B2246D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2246D is #4DDB92. Grayscale: #565656. Windows color (decimal): -5102483 or 7152818. OLE color: 7152818.
HSL color Cylindrical-coordinate representation of color #B2246D: hue angle of 329.15º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B2246D is Cyan = 0, Magento = 0.80, Yellow = 0.39 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 36 | 109 | - |
| CMYK | 0 | 0.80 | 0.39 | 0.30 |
| HSL | 329.15º | 0.66% | 0.42% | - |
| HSV(B) | 329.15º | 0.8% | 0.7% | - |
| XYZ | 21.75 | 11.83 | 15.61 | - |
| YUV | 86.78 | 140.54 | 193.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 36 | 109 | 0 | 0.80 | 0.39 | 0.30 | 329.15 | 0.66 | 0.42 |
| Hex | B2 | 24 | 6D | 0 | 50 | 27 | 1E | 149 | 42 | 2A |
| Octal | 262 | 44 | 155 | 0 | 120 | 47 | 36 | 511 | 102 | 52 |
| Binary | 10110010 | 100100 | 1101101 | 0 | 1010000 | 100111 | 11110 | 101001001 | 1000010 | 101010 |
Color Harmonies of #B2246D
Complementary color
Monochromatic Colors of #B2246D
Black with #B2246D
Text Example
Text Example
White with #B2246D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2246D; }
p { color: rgb(178,36,109); }
H1.HeaderClassName
{
color: #B2246D;
}
.AnyTagClassName
{
color: #B2246D;
}
</style>
background-color css
<style>
a { background-color: #B2246D; }
a { background-color: rgb(178,36,109); }
div.DivClassName
{
background-color: #B2246D;
}
.BgClassName
{
background-color: #B2246D;
}
</style>
border-color css
<style>
span { border-color: #B2246D; }
span { border-color: rgb(178,36,109); }
td.TdClassName
{
border-color: #B2246D;
}
.TagClassName
{
border-color: #B2246D;
}
</style>