Shades of Medium Red Violet #B8226B
Tints of Medium Red Violet #B8226B
RGB
CMYK
RGB Variations
Color information
#B8226B (or 0xB8226B) is known color: Medium Red Violet. HEX triplet: B8, 22 and 6B. RGB value is (184,34,107). Sum of RGB (Red+Green+Blue) = 184+34+107=325 (43% of max value = 765). Red value is 184 (72.27% from 255 or 56.62% from 325); Green value is 34 (13.67% from 255 or 10.46% from 325); Blue value is 107 (42.19% from 255 or 32.92% from 325); Max value from RGB is 184 - color contains mainly: red. Hex color #B8226B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8226B is #47DD94. Grayscale: #575757. Windows color (decimal): -4709781 or 7021240. OLE color: 7021240.
HSL color Cylindrical-coordinate representation of color #B8226B: hue angle of 330.8º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B8226B is Cyan = 0, Magento = 0.82, Yellow = 0.42 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 34 | 107 | - |
| CMYK | 0 | 0.82 | 0.42 | 0.28 |
| HSL | 330.8º | 0.69% | 0.43% | - |
| HSV(B) | 330.8º | 0.82% | 0.72% | - |
| XYZ | 22.99 | 12.4 | 15.09 | - |
| YUV | 87.17 | 139.2 | 197.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 34 | 107 | 0 | 0.82 | 0.42 | 0.28 | 330.8 | 0.69 | 0.43 |
| Hex | B8 | 22 | 6B | 0 | 52 | 2A | 1C | 14B | 45 | 2B |
| Octal | 270 | 42 | 153 | 0 | 122 | 52 | 34 | 513 | 105 | 53 |
| Binary | 10111000 | 100010 | 1101011 | 0 | 1010010 | 101010 | 11100 | 101001011 | 1000101 | 101011 |
Color Harmonies of #B8226B
Complementary color
Monochromatic Colors of #B8226B
Black with #B8226B
Text Example
Text Example
White with #B8226B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8226B; }
p { color: rgb(184,34,107); }
H1.HeaderClassName
{
color: #B8226B;
}
.AnyTagClassName
{
color: #B8226B;
}
</style>
background-color css
<style>
a { background-color: #B8226B; }
a { background-color: rgb(184,34,107); }
div.DivClassName
{
background-color: #B8226B;
}
.BgClassName
{
background-color: #B8226B;
}
</style>
border-color css
<style>
span { border-color: #B8226B; }
span { border-color: rgb(184,34,107); }
td.TdClassName
{
border-color: #B8226B;
}
.TagClassName
{
border-color: #B8226B;
}
</style>