Shades of Medium Red Violet #B828AC
Tints of Medium Red Violet #B828AC
RGB
CMYK
RGB Variations
Color information
#B828AC (or 0xB828AC) is known color: Medium Red Violet. HEX triplet: B8, 28 and AC. RGB value is (184,40,172). Sum of RGB (Red+Green+Blue) = 184+40+172=396 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.46% from 396); Green value is 40 (16.02% from 255 or 10.10% from 396); Blue value is 172 (67.58% from 255 or 43.43% from 396); Max value from RGB is 184 - color contains mainly: red. Hex color #B828AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B828AC is #47D753. Grayscale: #616161. Windows color (decimal): -4708180 or 11282616. OLE color: 11282616.
HSL color Cylindrical-coordinate representation of color #B828AC: hue angle of 305º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B828AC is Cyan = 0, Magento = 0.78, Yellow = 0.07 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 40 | 172 | - |
| CMYK | 0 | 0.78 | 0.07 | 0.28 |
| HSL | 305º | 0.64% | 0.44% | - |
| HSV(B) | 305º | 0.78% | 0.72% | - |
| XYZ | 27.97 | 14.69 | 40.39 | - |
| YUV | 98.1 | 169.71 | 189.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 40 | 172 | 0 | 0.78 | 0.07 | 0.28 | 305 | 0.64 | 0.44 |
| Hex | B8 | 28 | AC | 0 | 4E | 7 | 1C | 131 | 40 | 2C |
| Octal | 270 | 50 | 254 | 0 | 116 | 7 | 34 | 461 | 100 | 54 |
| Binary | 10111000 | 101000 | 10101100 | 0 | 1001110 | 111 | 11100 | 100110001 | 1000000 | 101100 |
Color Harmonies of #B828AC
Complementary color
Monochromatic Colors of #B828AC
Black with #B828AC
Text Example
Text Example
White with #B828AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B828AC; }
p { color: rgb(184,40,172); }
H1.HeaderClassName
{
color: #B828AC;
}
.AnyTagClassName
{
color: #B828AC;
}
</style>
background-color css
<style>
a { background-color: #B828AC; }
a { background-color: rgb(184,40,172); }
div.DivClassName
{
background-color: #B828AC;
}
.BgClassName
{
background-color: #B828AC;
}
</style>
border-color css
<style>
span { border-color: #B828AC; }
span { border-color: rgb(184,40,172); }
td.TdClassName
{
border-color: #B828AC;
}
.TagClassName
{
border-color: #B828AC;
}
</style>