Shades of Medium Red Violet #B826AD
Tints of Medium Red Violet #B826AD
RGB
CMYK
RGB Variations
Color information
#B826AD (or 0xB826AD) is known color: Medium Red Violet. HEX triplet: B8, 26 and AD. RGB value is (184,38,173). Sum of RGB (Red+Green+Blue) = 184+38+173=395 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.58% from 395); Green value is 38 (15.23% from 255 or 9.62% from 395); Blue value is 173 (67.97% from 255 or 43.80% from 395); Max value from RGB is 184 - color contains mainly: red. Hex color #B826AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B826AD is #47D952. Grayscale: #606060. Windows color (decimal): -4708691 or 11347640. OLE color: 11347640.
HSL color Cylindrical-coordinate representation of color #B826AD: hue angle of 304.52º 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 #B826AD is Cyan = 0, Magento = 0.79, Yellow = 0.06 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 38 | 173 | - |
| CMYK | 0 | 0.79 | 0.06 | 0.28 |
| HSL | 304.52º | 0.66% | 0.44% | - |
| HSV(B) | 304.52º | 0.79% | 0.72% | - |
| XYZ | 28 | 14.59 | 40.88 | - |
| YUV | 97.04 | 170.87 | 190.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 38 | 173 | 0 | 0.79 | 0.06 | 0.28 | 304.52 | 0.66 | 0.44 |
| Hex | B8 | 26 | AD | 0 | 4F | 6 | 1C | 131 | 42 | 2C |
| Octal | 270 | 46 | 255 | 0 | 117 | 6 | 34 | 461 | 102 | 54 |
| Binary | 10111000 | 100110 | 10101101 | 0 | 1001111 | 110 | 11100 | 100110001 | 1000010 | 101100 |
Color Harmonies of #B826AD
Complementary color
Monochromatic Colors of #B826AD
Black with #B826AD
Text Example
Text Example
White with #B826AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B826AD; }
p { color: rgb(184,38,173); }
H1.HeaderClassName
{
color: #B826AD;
}
.AnyTagClassName
{
color: #B826AD;
}
</style>
background-color css
<style>
a { background-color: #B826AD; }
a { background-color: rgb(184,38,173); }
div.DivClassName
{
background-color: #B826AD;
}
.BgClassName
{
background-color: #B826AD;
}
</style>
border-color css
<style>
span { border-color: #B826AD; }
span { border-color: rgb(184,38,173); }
td.TdClassName
{
border-color: #B826AD;
}
.TagClassName
{
border-color: #B826AD;
}
</style>