Shades of Medium Red Violet #B6229A
Tints of Medium Red Violet #B6229A
RGB
CMYK
RGB Variations
Color information
#B6229A (or 0xB6229A) is known color: Medium Red Violet. HEX triplet: B6, 22 and 9A. RGB value is (182,34,154). Sum of RGB (Red+Green+Blue) = 182+34+154=370 (49% of max value = 765). Red value is 182 (71.48% from 255 or 49.19% from 370); Green value is 34 (13.67% from 255 or 9.19% from 370); Blue value is 154 (60.55% from 255 or 41.62% from 370); Max value from RGB is 182 - color contains mainly: red. Hex color #B6229A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B6229A is #49DD65. Grayscale: #5B5B5B. Windows color (decimal): -4840806 or 10101430. OLE color: 10101430.
HSL color Cylindrical-coordinate representation of color #B6229A: hue angle of 311.35º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B6229A is Cyan = 0, Magento = 0.81, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 34 | 154 | - |
| CMYK | 0 | 0.81 | 0.15 | 0.29 |
| HSL | 311.35º | 0.69% | 0.42% | - |
| HSV(B) | 311.35º | 0.81% | 0.71% | - |
| XYZ | 25.7 | 13.42 | 31.81 | - |
| YUV | 91.93 | 163.03 | 192.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 34 | 154 | 0 | 0.81 | 0.15 | 0.29 | 311.35 | 0.69 | 0.42 |
| Hex | B6 | 22 | 9A | 0 | 51 | F | 1D | 137 | 45 | 2A |
| Octal | 266 | 42 | 232 | 0 | 121 | 17 | 35 | 467 | 105 | 52 |
| Binary | 10110110 | 100010 | 10011010 | 0 | 1010001 | 1111 | 11101 | 100110111 | 1000101 | 101010 |
Color Harmonies of #B6229A
Complementary color
Monochromatic Colors of #B6229A
Black with #B6229A
Text Example
Text Example
White with #B6229A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6229A; }
p { color: rgb(182,34,154); }
H1.HeaderClassName
{
color: #B6229A;
}
.AnyTagClassName
{
color: #B6229A;
}
</style>
background-color css
<style>
a { background-color: #B6229A; }
a { background-color: rgb(182,34,154); }
div.DivClassName
{
background-color: #B6229A;
}
.BgClassName
{
background-color: #B6229A;
}
</style>
border-color css
<style>
span { border-color: #B6229A; }
span { border-color: rgb(182,34,154); }
td.TdClassName
{
border-color: #B6229A;
}
.TagClassName
{
border-color: #B6229A;
}
</style>