Shades of Medium Red Violet #B7229B
Tints of Medium Red Violet #B7229B
RGB
CMYK
RGB Variations
Color information
#B7229B (or 0xB7229B) is known color: Medium Red Violet. HEX triplet: B7, 22 and 9B. RGB value is (183,34,155). Sum of RGB (Red+Green+Blue) = 183+34+155=372 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.19% from 372); Green value is 34 (13.67% from 255 or 9.14% from 372); Blue value is 155 (60.94% from 255 or 41.67% from 372); Max value from RGB is 183 - color contains mainly: red. Hex color #B7229B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B7229B is #48DD64. Grayscale: #5C5C5C. Windows color (decimal): -4775269 or 10166967. OLE color: 10166967.
HSL color Cylindrical-coordinate representation of color #B7229B: hue angle of 311.28º 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 #B7229B is Cyan = 0, Magento = 0.81, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 34 | 155 | - |
| CMYK | 0 | 0.81 | 0.15 | 0.28 |
| HSL | 311.28º | 0.69% | 0.43% | - |
| HSV(B) | 311.28º | 0.81% | 0.72% | - |
| XYZ | 26.02 | 13.58 | 32.26 | - |
| YUV | 92.35 | 163.36 | 192.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 34 | 155 | 0 | 0.81 | 0.15 | 0.28 | 311.28 | 0.69 | 0.43 |
| Hex | B7 | 22 | 9B | 0 | 51 | F | 1C | 137 | 45 | 2B |
| Octal | 267 | 42 | 233 | 0 | 121 | 17 | 34 | 467 | 105 | 53 |
| Binary | 10110111 | 100010 | 10011011 | 0 | 1010001 | 1111 | 11100 | 100110111 | 1000101 | 101011 |
Color Harmonies of #B7229B
Complementary color
Monochromatic Colors of #B7229B
Black with #B7229B
Text Example
Text Example
White with #B7229B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7229B; }
p { color: rgb(183,34,155); }
H1.HeaderClassName
{
color: #B7229B;
}
.AnyTagClassName
{
color: #B7229B;
}
</style>
background-color css
<style>
a { background-color: #B7229B; }
a { background-color: rgb(183,34,155); }
div.DivClassName
{
background-color: #B7229B;
}
.BgClassName
{
background-color: #B7229B;
}
</style>
border-color css
<style>
span { border-color: #B7229B; }
span { border-color: rgb(183,34,155); }
td.TdClassName
{
border-color: #B7229B;
}
.TagClassName
{
border-color: #B7229B;
}
</style>