Shades of Medium Red Violet #B7229A
Tints of Medium Red Violet #B7229A
RGB
CMYK
RGB Variations
Color information
#B7229A (or 0xB7229A) is known color: Medium Red Violet. HEX triplet: B7, 22 and 9A. RGB value is (183,34,154). Sum of RGB (Red+Green+Blue) = 183+34+154=371 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.33% from 371); Green value is 34 (13.67% from 255 or 9.16% from 371); Blue value is 154 (60.55% from 255 or 41.51% from 371); Max value from RGB is 183 - color contains mainly: red. Hex color #B7229A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B7229A is #48DD65. Grayscale: #5B5B5B. Windows color (decimal): -4775270 or 10101431. OLE color: 10101431.
HSL color Cylindrical-coordinate representation of color #B7229A: hue angle of 311.68º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B7229A is Cyan = 0, Magento = 0.81, Yellow = 0.16 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 34 | 154 | - |
| CMYK | 0 | 0.81 | 0.16 | 0.28 |
| HSL | 311.68º | 0.69% | 0.43% | - |
| HSV(B) | 311.68º | 0.81% | 0.72% | - |
| XYZ | 25.93 | 13.54 | 31.82 | - |
| YUV | 92.23 | 162.86 | 192.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 34 | 154 | 0 | 0.81 | 0.16 | 0.28 | 311.68 | 0.69 | 0.43 |
| Hex | B7 | 22 | 9A | 0 | 51 | 10 | 1C | 138 | 45 | 2B |
| Octal | 267 | 42 | 232 | 0 | 121 | 20 | 34 | 470 | 105 | 53 |
| Binary | 10110111 | 100010 | 10011010 | 0 | 1010001 | 10000 | 11100 | 100111000 | 1000101 | 101011 |
Color Harmonies of #B7229A
Complementary color
Monochromatic Colors of #B7229A
Black with #B7229A
Text Example
Text Example
White with #B7229A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7229A; }
p { color: rgb(183,34,154); }
H1.HeaderClassName
{
color: #B7229A;
}
.AnyTagClassName
{
color: #B7229A;
}
</style>
background-color css
<style>
a { background-color: #B7229A; }
a { background-color: rgb(183,34,154); }
div.DivClassName
{
background-color: #B7229A;
}
.BgClassName
{
background-color: #B7229A;
}
</style>
border-color css
<style>
span { border-color: #B7229A; }
span { border-color: rgb(183,34,154); }
td.TdClassName
{
border-color: #B7229A;
}
.TagClassName
{
border-color: #B7229A;
}
</style>