Shades of Medium Red Violet #B5328A
Tints of Medium Red Violet #B5328A
RGB
CMYK
RGB Variations
Color information
#B5328A (or 0xB5328A) is known color: Medium Red Violet. HEX triplet: B5, 32 and 8A. RGB value is (181,50,138). Sum of RGB (Red+Green+Blue) = 181+50+138=369 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.05% from 369); Green value is 50 (19.92% from 255 or 13.55% from 369); Blue value is 138 (54.30% from 255 or 37.40% from 369); Max value from RGB is 181 - color contains mainly: red. Hex color #B5328A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B5328A is #4ACD75. Grayscale: #626262. Windows color (decimal): -4902262 or 9056949. OLE color: 9056949.
HSL color Cylindrical-coordinate representation of color #B5328A: hue angle of 319.69º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B5328A is Cyan = 0, Magento = 0.72, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 50 | 138 | - |
| CMYK | 0 | 0.72 | 0.24 | 0.29 |
| HSL | 319.69º | 0.57% | 0.45% | - |
| HSV(B) | 319.69º | 0.72% | 0.71% | - |
| XYZ | 24.78 | 13.94 | 25.43 | - |
| YUV | 99.2 | 149.9 | 186.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 50 | 138 | 0 | 0.72 | 0.24 | 0.29 | 319.69 | 0.57 | 0.45 |
| Hex | B5 | 32 | 8A | 0 | 48 | 18 | 1D | 140 | 39 | 2D |
| Octal | 265 | 62 | 212 | 0 | 110 | 30 | 35 | 500 | 71 | 55 |
| Binary | 10110101 | 110010 | 10001010 | 0 | 1001000 | 11000 | 11101 | 101000000 | 111001 | 101101 |
Color Harmonies of #B5328A
Complementary color
Monochromatic Colors of #B5328A
Black with #B5328A
Text Example
Text Example
White with #B5328A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5328A; }
p { color: rgb(181,50,138); }
H1.HeaderClassName
{
color: #B5328A;
}
.AnyTagClassName
{
color: #B5328A;
}
</style>
background-color css
<style>
a { background-color: #B5328A; }
a { background-color: rgb(181,50,138); }
div.DivClassName
{
background-color: #B5328A;
}
.BgClassName
{
background-color: #B5328A;
}
</style>
border-color css
<style>
span { border-color: #B5328A; }
span { border-color: rgb(181,50,138); }
td.TdClassName
{
border-color: #B5328A;
}
.TagClassName
{
border-color: #B5328A;
}
</style>