Shades of Medium Red Violet #B7338A
Tints of Medium Red Violet #B7338A
RGB
CMYK
RGB Variations
Color information
#B7338A (or 0xB7338A) is known color: Medium Red Violet. HEX triplet: B7, 33 and 8A. RGB value is (183,51,138). Sum of RGB (Red+Green+Blue) = 183+51+138=372 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.19% from 372); Green value is 51 (20.31% from 255 or 13.71% from 372); Blue value is 138 (54.30% from 255 or 37.10% from 372); Max value from RGB is 183 - color contains mainly: red. Hex color #B7338A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B7338A is #48CC75. Grayscale: #646464. Windows color (decimal): -4770934 or 9057207. OLE color: 9057207.
HSL color Cylindrical-coordinate representation of color #B7338A: hue angle of 320.45º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B7338A is Cyan = 0, Magento = 0.72, Yellow = 0.25 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 51 | 138 | - |
| CMYK | 0 | 0.72 | 0.25 | 0.28 |
| HSL | 320.45º | 0.56% | 0.46% | - |
| HSV(B) | 320.45º | 0.72% | 0.72% | - |
| XYZ | 25.3 | 14.27 | 25.47 | - |
| YUV | 100.39 | 149.23 | 186.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 51 | 138 | 0 | 0.72 | 0.25 | 0.28 | 320.45 | 0.56 | 0.46 |
| Hex | B7 | 33 | 8A | 0 | 48 | 19 | 1C | 140 | 38 | 2E |
| Octal | 267 | 63 | 212 | 0 | 110 | 31 | 34 | 500 | 70 | 56 |
| Binary | 10110111 | 110011 | 10001010 | 0 | 1001000 | 11001 | 11100 | 101000000 | 111000 | 101110 |
Color Harmonies of #B7338A
Complementary color
Monochromatic Colors of #B7338A
Black with #B7338A
Text Example
Text Example
White with #B7338A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7338A; }
p { color: rgb(183,51,138); }
H1.HeaderClassName
{
color: #B7338A;
}
.AnyTagClassName
{
color: #B7338A;
}
</style>
background-color css
<style>
a { background-color: #B7338A; }
a { background-color: rgb(183,51,138); }
div.DivClassName
{
background-color: #B7338A;
}
.BgClassName
{
background-color: #B7338A;
}
</style>
border-color css
<style>
span { border-color: #B7338A; }
span { border-color: rgb(183,51,138); }
td.TdClassName
{
border-color: #B7338A;
}
.TagClassName
{
border-color: #B7338A;
}
</style>