Shades of Medium Red Violet #B3257B
Tints of Medium Red Violet #B3257B
RGB
CMYK
RGB Variations
Color information
#B3257B (or 0xB3257B) is known color: Medium Red Violet. HEX triplet: B3, 25 and 7B. RGB value is (179,37,123). Sum of RGB (Red+Green+Blue) = 179+37+123=339 (44% of max value = 765). Red value is 179 (70.31% from 255 or 52.80% from 339); Green value is 37 (14.84% from 255 or 10.91% from 339); Blue value is 123 (48.44% from 255 or 36.28% from 339); Max value from RGB is 179 - color contains mainly: red. Hex color #B3257B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3257B is #4CDA84. Grayscale: #595959. Windows color (decimal): -5036677 or 8070579. OLE color: 8070579.
HSL color Cylindrical-coordinate representation of color #B3257B: hue angle of 323.66º 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 #B3257B is Cyan = 0, Magento = 0.79, Yellow = 0.31 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 37 | 123 | - |
| CMYK | 0 | 0.79 | 0.31 | 0.30 |
| HSL | 323.66º | 0.66% | 0.42% | - |
| HSV(B) | 323.66º | 0.79% | 0.7% | - |
| XYZ | 22.83 | 12.34 | 19.92 | - |
| YUV | 89.26 | 147.04 | 192.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 37 | 123 | 0 | 0.79 | 0.31 | 0.30 | 323.66 | 0.66 | 0.42 |
| Hex | B3 | 25 | 7B | 0 | 4F | 1F | 1E | 144 | 42 | 2A |
| Octal | 263 | 45 | 173 | 0 | 117 | 37 | 36 | 504 | 102 | 52 |
| Binary | 10110011 | 100101 | 1111011 | 0 | 1001111 | 11111 | 11110 | 101000100 | 1000010 | 101010 |
Color Harmonies of #B3257B
Complementary color
Monochromatic Colors of #B3257B
Black with #B3257B
Text Example
Text Example
White with #B3257B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3257B; }
p { color: rgb(179,37,123); }
H1.HeaderClassName
{
color: #B3257B;
}
.AnyTagClassName
{
color: #B3257B;
}
</style>
background-color css
<style>
a { background-color: #B3257B; }
a { background-color: rgb(179,37,123); }
div.DivClassName
{
background-color: #B3257B;
}
.BgClassName
{
background-color: #B3257B;
}
</style>
border-color css
<style>
span { border-color: #B3257B; }
span { border-color: rgb(179,37,123); }
td.TdClassName
{
border-color: #B3257B;
}
.TagClassName
{
border-color: #B3257B;
}
</style>