Shades of Medium Red Violet #B6296C
Tints of Medium Red Violet #B6296C
RGB
CMYK
RGB Variations
Color information
#B6296C (or 0xB6296C) is known color: Medium Red Violet. HEX triplet: B6, 29 and 6C. RGB value is (182,41,108). Sum of RGB (Red+Green+Blue) = 182+41+108=331 (43% of max value = 765). Red value is 182 (71.48% from 255 or 54.98% from 331); Green value is 41 (16.41% from 255 or 12.39% from 331); Blue value is 108 (42.58% from 255 or 32.63% from 331); Max value from RGB is 182 - color contains mainly: red. Hex color #B6296C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6296C is #49D693. Grayscale: #5A5A5A. Windows color (decimal): -4839060 or 7088566. OLE color: 7088566.
HSL color Cylindrical-coordinate representation of color #B6296C: hue angle of 331.49º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B6296C is Cyan = 0, Magento = 0.77, Yellow = 0.41 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 41 | 108 | - |
| CMYK | 0 | 0.77 | 0.41 | 0.29 |
| HSL | 331.49º | 0.63% | 0.44% | - |
| HSV(B) | 331.49º | 0.77% | 0.71% | - |
| XYZ | 22.79 | 12.61 | 15.42 | - |
| YUV | 90.8 | 137.71 | 193.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 41 | 108 | 0 | 0.77 | 0.41 | 0.29 | 331.49 | 0.63 | 0.44 |
| Hex | B6 | 29 | 6C | 0 | 4D | 29 | 1D | 14B | 3F | 2C |
| Octal | 266 | 51 | 154 | 0 | 115 | 51 | 35 | 513 | 77 | 54 |
| Binary | 10110110 | 101001 | 1101100 | 0 | 1001101 | 101001 | 11101 | 101001011 | 111111 | 101100 |
Color Harmonies of #B6296C
Complementary color
Monochromatic Colors of #B6296C
Black with #B6296C
Text Example
Text Example
White with #B6296C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6296C; }
p { color: rgb(182,41,108); }
H1.HeaderClassName
{
color: #B6296C;
}
.AnyTagClassName
{
color: #B6296C;
}
</style>
background-color css
<style>
a { background-color: #B6296C; }
a { background-color: rgb(182,41,108); }
div.DivClassName
{
background-color: #B6296C;
}
.BgClassName
{
background-color: #B6296C;
}
</style>
border-color css
<style>
span { border-color: #B6296C; }
span { border-color: rgb(182,41,108); }
td.TdClassName
{
border-color: #B6296C;
}
.TagClassName
{
border-color: #B6296C;
}
</style>