Shades of Medium Red Violet #B6228A
Tints of Medium Red Violet #B6228A
RGB
CMYK
RGB Variations
Color information
#B6228A (or 0xB6228A) is known color: Medium Red Violet. HEX triplet: B6, 22 and 8A. RGB value is (182,34,138). Sum of RGB (Red+Green+Blue) = 182+34+138=354 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.41% from 354); Green value is 34 (13.67% from 255 or 9.60% from 354); Blue value is 138 (54.30% from 255 or 38.98% from 354); Max value from RGB is 182 - color contains mainly: red. Hex color #B6228A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B6228A is #49DD75. Grayscale: #595959. Windows color (decimal): -4840822 or 9052854. OLE color: 9052854.
HSL color Cylindrical-coordinate representation of color #B6228A: hue angle of 317.84º 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 #B6228A is Cyan = 0, Magento = 0.81, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 34 | 138 | - |
| CMYK | 0 | 0.81 | 0.24 | 0.29 |
| HSL | 317.84º | 0.69% | 0.42% | - |
| HSV(B) | 317.84º | 0.81% | 0.71% | - |
| XYZ | 24.45 | 12.92 | 25.25 | - |
| YUV | 90.11 | 155.03 | 193.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 34 | 138 | 0 | 0.81 | 0.24 | 0.29 | 317.84 | 0.69 | 0.42 |
| Hex | B6 | 22 | 8A | 0 | 51 | 18 | 1D | 13E | 45 | 2A |
| Octal | 266 | 42 | 212 | 0 | 121 | 30 | 35 | 476 | 105 | 52 |
| Binary | 10110110 | 100010 | 10001010 | 0 | 1010001 | 11000 | 11101 | 100111110 | 1000101 | 101010 |
Color Harmonies of #B6228A
Complementary color
Monochromatic Colors of #B6228A
Black with #B6228A
Text Example
Text Example
White with #B6228A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6228A; }
p { color: rgb(182,34,138); }
H1.HeaderClassName
{
color: #B6228A;
}
.AnyTagClassName
{
color: #B6228A;
}
</style>
background-color css
<style>
a { background-color: #B6228A; }
a { background-color: rgb(182,34,138); }
div.DivClassName
{
background-color: #B6228A;
}
.BgClassName
{
background-color: #B6228A;
}
</style>
border-color css
<style>
span { border-color: #B6228A; }
span { border-color: rgb(182,34,138); }
td.TdClassName
{
border-color: #B6228A;
}
.TagClassName
{
border-color: #B6228A;
}
</style>