Shades of Medium Red Violet #B3257C
Tints of Medium Red Violet #B3257C
RGB
CMYK
RGB Variations
Color information
#B3257C (or 0xB3257C) is known color: Medium Red Violet. HEX triplet: B3, 25 and 7C. RGB value is (179,37,124). Sum of RGB (Red+Green+Blue) = 179+37+124=340 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.65% from 340); Green value is 37 (14.84% from 255 or 10.88% from 340); Blue value is 124 (48.83% from 255 or 36.47% from 340); Max value from RGB is 179 - color contains mainly: red. Hex color #B3257C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3257C is #4CDA83. Grayscale: #595959. Windows color (decimal): -5036676 or 8136115. OLE color: 8136115.
HSL color Cylindrical-coordinate representation of color #B3257C: hue angle of 323.24º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B3257C is Cyan = 0, Magento = 0.79, Yellow = 0.31 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 37 | 124 | - |
| CMYK | 0 | 0.79 | 0.31 | 0.30 |
| HSL | 323.24º | 0.66% | 0.42% | - |
| HSV(B) | 323.24º | 0.79% | 0.7% | - |
| XYZ | 22.89 | 12.36 | 20.25 | - |
| YUV | 89.38 | 147.54 | 191.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 37 | 124 | 0 | 0.79 | 0.31 | 0.30 | 323.24 | 0.66 | 0.42 |
| Hex | B3 | 25 | 7C | 0 | 4F | 1F | 1E | 143 | 42 | 2A |
| Octal | 263 | 45 | 174 | 0 | 117 | 37 | 36 | 503 | 102 | 52 |
| Binary | 10110011 | 100101 | 1111100 | 0 | 1001111 | 11111 | 11110 | 101000011 | 1000010 | 101010 |
Color Harmonies of #B3257C
Complementary color
Monochromatic Colors of #B3257C
Black with #B3257C
Text Example
Text Example
White with #B3257C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3257C; }
p { color: rgb(179,37,124); }
H1.HeaderClassName
{
color: #B3257C;
}
.AnyTagClassName
{
color: #B3257C;
}
</style>
background-color css
<style>
a { background-color: #B3257C; }
a { background-color: rgb(179,37,124); }
div.DivClassName
{
background-color: #B3257C;
}
.BgClassName
{
background-color: #B3257C;
}
</style>
border-color css
<style>
span { border-color: #B3257C; }
span { border-color: rgb(179,37,124); }
td.TdClassName
{
border-color: #B3257C;
}
.TagClassName
{
border-color: #B3257C;
}
</style>