Shades of Medium Red Violet #B827AD
Tints of Medium Red Violet #B827AD
RGB
CMYK
RGB Variations
Color information
#B827AD (or 0xB827AD) is known color: Medium Red Violet. HEX triplet: B8, 27 and AD. RGB value is (184,39,173). Sum of RGB (Red+Green+Blue) = 184+39+173=396 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.46% from 396); Green value is 39 (15.62% from 255 or 9.85% from 396); Blue value is 173 (67.97% from 255 or 43.69% from 396); Max value from RGB is 184 - color contains mainly: red. Hex color #B827AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B827AD is #47D852. Grayscale: #616161. Windows color (decimal): -4708435 or 11347896. OLE color: 11347896.
HSL color Cylindrical-coordinate representation of color #B827AD: hue angle of 304.55º degrees, saturation: 0.65, 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 #B827AD is Cyan = 0, Magento = 0.79, Yellow = 0.06 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 39 | 173 | - |
| CMYK | 0 | 0.79 | 0.06 | 0.28 |
| HSL | 304.55º | 0.65% | 0.44% | - |
| HSV(B) | 304.55º | 0.79% | 0.72% | - |
| XYZ | 28.04 | 14.66 | 40.89 | - |
| YUV | 97.63 | 170.54 | 189.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 39 | 173 | 0 | 0.79 | 0.06 | 0.28 | 304.55 | 0.65 | 0.44 |
| Hex | B8 | 27 | AD | 0 | 4F | 6 | 1C | 131 | 41 | 2C |
| Octal | 270 | 47 | 255 | 0 | 117 | 6 | 34 | 461 | 101 | 54 |
| Binary | 10111000 | 100111 | 10101101 | 0 | 1001111 | 110 | 11100 | 100110001 | 1000001 | 101100 |
Color Harmonies of #B827AD
Complementary color
Monochromatic Colors of #B827AD
Black with #B827AD
Text Example
Text Example
White with #B827AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B827AD; }
p { color: rgb(184,39,173); }
H1.HeaderClassName
{
color: #B827AD;
}
.AnyTagClassName
{
color: #B827AD;
}
</style>
background-color css
<style>
a { background-color: #B827AD; }
a { background-color: rgb(184,39,173); }
div.DivClassName
{
background-color: #B827AD;
}
.BgClassName
{
background-color: #B827AD;
}
</style>
border-color css
<style>
span { border-color: #B827AD; }
span { border-color: rgb(184,39,173); }
td.TdClassName
{
border-color: #B827AD;
}
.TagClassName
{
border-color: #B827AD;
}
</style>