Shades of Medium Red Violet #B7256F
Tints of Medium Red Violet #B7256F
RGB
CMYK
RGB Variations
Color information
#B7256F (or 0xB7256F) is known color: Medium Red Violet. HEX triplet: B7, 25 and 6F. RGB value is (183,37,111). Sum of RGB (Red+Green+Blue) = 183+37+111=331 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.29% from 331); Green value is 37 (14.84% from 255 or 11.18% from 331); Blue value is 111 (43.75% from 255 or 33.53% from 331); Max value from RGB is 183 - color contains mainly: red. Hex color #B7256F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7256F is #48DA90. Grayscale: #585858. Windows color (decimal): -4774545 or 7284151. OLE color: 7284151.
HSL color Cylindrical-coordinate representation of color #B7256F: hue angle of 329.59º degrees, saturation: 0.66, 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 #B7256F is Cyan = 0, Magento = 0.80, Yellow = 0.39 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 37 | 111 | - |
| CMYK | 0 | 0.80 | 0.39 | 0.28 |
| HSL | 329.59º | 0.66% | 0.43% | - |
| HSV(B) | 329.59º | 0.8% | 0.72% | - |
| XYZ | 23.06 | 12.54 | 16.24 | - |
| YUV | 89.09 | 140.37 | 194.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 37 | 111 | 0 | 0.80 | 0.39 | 0.28 | 329.59 | 0.66 | 0.43 |
| Hex | B7 | 25 | 6F | 0 | 50 | 27 | 1C | 14A | 42 | 2B |
| Octal | 267 | 45 | 157 | 0 | 120 | 47 | 34 | 512 | 102 | 53 |
| Binary | 10110111 | 100101 | 1101111 | 0 | 1010000 | 100111 | 11100 | 101001010 | 1000010 | 101011 |
Color Harmonies of #B7256F
Complementary color
Monochromatic Colors of #B7256F
Black with #B7256F
Text Example
Text Example
White with #B7256F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7256F; }
p { color: rgb(183,37,111); }
H1.HeaderClassName
{
color: #B7256F;
}
.AnyTagClassName
{
color: #B7256F;
}
</style>
background-color css
<style>
a { background-color: #B7256F; }
a { background-color: rgb(183,37,111); }
div.DivClassName
{
background-color: #B7256F;
}
.BgClassName
{
background-color: #B7256F;
}
</style>
border-color css
<style>
span { border-color: #B7256F; }
span { border-color: rgb(183,37,111); }
td.TdClassName
{
border-color: #B7256F;
}
.TagClassName
{
border-color: #B7256F;
}
</style>