Shades of Medium Red Violet #B7246A
Tints of Medium Red Violet #B7246A
RGB
CMYK
RGB Variations
Color information
#B7246A (or 0xB7246A) is known color: Medium Red Violet. HEX triplet: B7, 24 and 6A. RGB value is (183,36,106). Sum of RGB (Red+Green+Blue) = 183+36+106=325 (43% of max value = 765). Red value is 183 (71.88% from 255 or 56.31% from 325); Green value is 36 (14.45% from 255 or 11.08% from 325); Blue value is 106 (41.80% from 255 or 32.62% from 325); Max value from RGB is 183 - color contains mainly: red. Hex color #B7246A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7246A is #48DB95. Grayscale: #575757. Windows color (decimal): -4774806 or 6956215. OLE color: 6956215.
HSL color Cylindrical-coordinate representation of color #B7246A: hue angle of 331.43º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B7246A is Cyan = 0, Magento = 0.80, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 36 | 106 | - |
| CMYK | 0 | 0.80 | 0.42 | 0.28 |
| HSL | 331.43º | 0.67% | 0.43% | - |
| HSV(B) | 331.43º | 0.8% | 0.72% | - |
| XYZ | 22.76 | 12.37 | 14.82 | - |
| YUV | 87.93 | 138.2 | 195.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 36 | 106 | 0 | 0.80 | 0.42 | 0.28 | 331.43 | 0.67 | 0.43 |
| Hex | B7 | 24 | 6A | 0 | 50 | 2A | 1C | 14B | 43 | 2B |
| Octal | 267 | 44 | 152 | 0 | 120 | 52 | 34 | 513 | 103 | 53 |
| Binary | 10110111 | 100100 | 1101010 | 0 | 1010000 | 101010 | 11100 | 101001011 | 1000011 | 101011 |
Color Harmonies of #B7246A
Complementary color
Monochromatic Colors of #B7246A
Black with #B7246A
Text Example
Text Example
White with #B7246A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7246A; }
p { color: rgb(183,36,106); }
H1.HeaderClassName
{
color: #B7246A;
}
.AnyTagClassName
{
color: #B7246A;
}
</style>
background-color css
<style>
a { background-color: #B7246A; }
a { background-color: rgb(183,36,106); }
div.DivClassName
{
background-color: #B7246A;
}
.BgClassName
{
background-color: #B7246A;
}
</style>
border-color css
<style>
span { border-color: #B7246A; }
span { border-color: rgb(183,36,106); }
td.TdClassName
{
border-color: #B7246A;
}
.TagClassName
{
border-color: #B7246A;
}
</style>