Shades of Medium Red Violet #B7246B
Tints of Medium Red Violet #B7246B
RGB
CMYK
RGB Variations
Color information
#B7246B (or 0xB7246B) is known color: Medium Red Violet. HEX triplet: B7, 24 and 6B. RGB value is (183,36,107). Sum of RGB (Red+Green+Blue) = 183+36+107=326 (43% of max value = 765). Red value is 183 (71.88% from 255 or 56.13% from 326); Green value is 36 (14.45% from 255 or 11.04% from 326); Blue value is 107 (42.19% from 255 or 32.82% from 326); Max value from RGB is 183 - color contains mainly: red. Hex color #B7246B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7246B is #48DB94. Grayscale: #575757. Windows color (decimal): -4774805 or 7021751. OLE color: 7021751.
HSL color Cylindrical-coordinate representation of color #B7246B: hue angle of 331.02º 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 #B7246B is Cyan = 0, Magento = 0.80, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 36 | 107 | - |
| CMYK | 0 | 0.80 | 0.42 | 0.28 |
| HSL | 331.02º | 0.67% | 0.43% | - |
| HSV(B) | 331.02º | 0.8% | 0.72% | - |
| XYZ | 22.81 | 12.39 | 15.1 | - |
| YUV | 88.05 | 138.7 | 195.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 36 | 107 | 0 | 0.80 | 0.42 | 0.28 | 331.02 | 0.67 | 0.43 |
| Hex | B7 | 24 | 6B | 0 | 50 | 2A | 1C | 14B | 43 | 2B |
| Octal | 267 | 44 | 153 | 0 | 120 | 52 | 34 | 513 | 103 | 53 |
| Binary | 10110111 | 100100 | 1101011 | 0 | 1010000 | 101010 | 11100 | 101001011 | 1000011 | 101011 |
Color Harmonies of #B7246B
Complementary color
Monochromatic Colors of #B7246B
Black with #B7246B
Text Example
Text Example
White with #B7246B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7246B; }
p { color: rgb(183,36,107); }
H1.HeaderClassName
{
color: #B7246B;
}
.AnyTagClassName
{
color: #B7246B;
}
</style>
background-color css
<style>
a { background-color: #B7246B; }
a { background-color: rgb(183,36,107); }
div.DivClassName
{
background-color: #B7246B;
}
.BgClassName
{
background-color: #B7246B;
}
</style>
border-color css
<style>
span { border-color: #B7246B; }
span { border-color: rgb(183,36,107); }
td.TdClassName
{
border-color: #B7246B;
}
.TagClassName
{
border-color: #B7246B;
}
</style>