Shades of Medium Red Violet #B826A6
Tints of Medium Red Violet #B826A6
RGB
CMYK
RGB Variations
Color information
#B826A6 (or 0xB826A6) is known color: Medium Red Violet. HEX triplet: B8, 26 and A6. RGB value is (184,38,166). Sum of RGB (Red+Green+Blue) = 184+38+166=388 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.42% from 388); Green value is 38 (15.23% from 255 or 9.79% from 388); Blue value is 166 (65.23% from 255 or 42.78% from 388); Max value from RGB is 184 - color contains mainly: red. Hex color #B826A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B826A6 is #47D959. Grayscale: #5F5F5F. Windows color (decimal): -4708698 or 10888888. OLE color: 10888888.
HSL color Cylindrical-coordinate representation of color #B826A6: hue angle of 307.4º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B826A6 is Cyan = 0, Magento = 0.79, Yellow = 0.10 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 38 | 166 | - |
| CMYK | 0 | 0.79 | 0.10 | 0.28 |
| HSL | 307.4º | 0.66% | 0.44% | - |
| HSV(B) | 307.4º | 0.79% | 0.72% | - |
| XYZ | 27.34 | 14.33 | 37.4 | - |
| YUV | 96.25 | 167.37 | 190.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 38 | 166 | 0 | 0.79 | 0.10 | 0.28 | 307.4 | 0.66 | 0.44 |
| Hex | B8 | 26 | A6 | 0 | 4F | A | 1C | 133 | 42 | 2C |
| Octal | 270 | 46 | 246 | 0 | 117 | 12 | 34 | 463 | 102 | 54 |
| Binary | 10111000 | 100110 | 10100110 | 0 | 1001111 | 1010 | 11100 | 100110011 | 1000010 | 101100 |
Color Harmonies of #B826A6
Complementary color
Monochromatic Colors of #B826A6
Black with #B826A6
Text Example
Text Example
White with #B826A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B826A6; }
p { color: rgb(184,38,166); }
H1.HeaderClassName
{
color: #B826A6;
}
.AnyTagClassName
{
color: #B826A6;
}
</style>
background-color css
<style>
a { background-color: #B826A6; }
a { background-color: rgb(184,38,166); }
div.DivClassName
{
background-color: #B826A6;
}
.BgClassName
{
background-color: #B826A6;
}
</style>
border-color css
<style>
span { border-color: #B826A6; }
span { border-color: rgb(184,38,166); }
td.TdClassName
{
border-color: #B826A6;
}
.TagClassName
{
border-color: #B826A6;
}
</style>