Shades of Medium Red Violet #B7328A
Tints of Medium Red Violet #B7328A
RGB
CMYK
RGB Variations
Color information
#B7328A (or 0xB7328A) is known color: Medium Red Violet. HEX triplet: B7, 32 and 8A. RGB value is (183,50,138). Sum of RGB (Red+Green+Blue) = 183+50+138=371 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.33% from 371); Green value is 50 (19.92% from 255 or 13.48% from 371); Blue value is 138 (54.30% from 255 or 37.20% from 371); Max value from RGB is 183 - color contains mainly: red. Hex color #B7328A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B7328A is #48CD75. Grayscale: #636363. Windows color (decimal): -4771190 or 9056951. OLE color: 9056951.
HSL color Cylindrical-coordinate representation of color #B7328A: hue angle of 320.3º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B7328A is Cyan = 0, Magento = 0.73, Yellow = 0.25 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 50 | 138 | - |
| CMYK | 0 | 0.73 | 0.25 | 0.28 |
| HSL | 320.3º | 0.57% | 0.46% | - |
| HSV(B) | 320.3º | 0.73% | 0.72% | - |
| XYZ | 25.26 | 14.18 | 25.45 | - |
| YUV | 99.8 | 149.56 | 187.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 50 | 138 | 0 | 0.73 | 0.25 | 0.28 | 320.3 | 0.57 | 0.46 |
| Hex | B7 | 32 | 8A | 0 | 49 | 19 | 1C | 140 | 39 | 2E |
| Octal | 267 | 62 | 212 | 0 | 111 | 31 | 34 | 500 | 71 | 56 |
| Binary | 10110111 | 110010 | 10001010 | 0 | 1001001 | 11001 | 11100 | 101000000 | 111001 | 101110 |
Color Harmonies of #B7328A
Complementary color
Monochromatic Colors of #B7328A
Black with #B7328A
Text Example
Text Example
White with #B7328A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7328A; }
p { color: rgb(183,50,138); }
H1.HeaderClassName
{
color: #B7328A;
}
.AnyTagClassName
{
color: #B7328A;
}
</style>
background-color css
<style>
a { background-color: #B7328A; }
a { background-color: rgb(183,50,138); }
div.DivClassName
{
background-color: #B7328A;
}
.BgClassName
{
background-color: #B7328A;
}
</style>
border-color css
<style>
span { border-color: #B7328A; }
span { border-color: rgb(183,50,138); }
td.TdClassName
{
border-color: #B7328A;
}
.TagClassName
{
border-color: #B7328A;
}
</style>