Shades of Medium Red Violet #B827A2
Tints of Medium Red Violet #B827A2
RGB
CMYK
RGB Variations
Color information
#B827A2 (or 0xB827A2) is known color: Medium Red Violet. HEX triplet: B8, 27 and A2. RGB value is (184,39,162). Sum of RGB (Red+Green+Blue) = 184+39+162=385 (50% of max value = 765). Red value is 184 (72.27% from 255 or 47.79% from 385); Green value is 39 (15.62% from 255 or 10.13% from 385); Blue value is 162 (63.67% from 255 or 42.08% from 385); Max value from RGB is 184 - color contains mainly: red. Hex color #B827A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B827A2 is #47D85D. Grayscale: #606060. Windows color (decimal): -4708446 or 10627000. OLE color: 10627000.
HSL color Cylindrical-coordinate representation of color #B827A2: hue angle of 309.1º 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 #B827A2 is Cyan = 0, Magento = 0.79, Yellow = 0.12 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 39 | 162 | - |
| CMYK | 0 | 0.79 | 0.12 | 0.28 |
| HSL | 309.1º | 0.65% | 0.44% | - |
| HSV(B) | 309.1º | 0.79% | 0.72% | - |
| XYZ | 27.01 | 14.25 | 35.51 | - |
| YUV | 96.38 | 165.04 | 190.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 39 | 162 | 0 | 0.79 | 0.12 | 0.28 | 309.1 | 0.65 | 0.44 |
| Hex | B8 | 27 | A2 | 0 | 4F | C | 1C | 135 | 41 | 2C |
| Octal | 270 | 47 | 242 | 0 | 117 | 14 | 34 | 465 | 101 | 54 |
| Binary | 10111000 | 100111 | 10100010 | 0 | 1001111 | 1100 | 11100 | 100110101 | 1000001 | 101100 |
Color Harmonies of #B827A2
Complementary color
Monochromatic Colors of #B827A2
Black with #B827A2
Text Example
Text Example
White with #B827A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B827A2; }
p { color: rgb(184,39,162); }
H1.HeaderClassName
{
color: #B827A2;
}
.AnyTagClassName
{
color: #B827A2;
}
</style>
background-color css
<style>
a { background-color: #B827A2; }
a { background-color: rgb(184,39,162); }
div.DivClassName
{
background-color: #B827A2;
}
.BgClassName
{
background-color: #B827A2;
}
</style>
border-color css
<style>
span { border-color: #B827A2; }
span { border-color: rgb(184,39,162); }
td.TdClassName
{
border-color: #B827A2;
}
.TagClassName
{
border-color: #B827A2;
}
</style>