Shades of Medium Red Violet #B830A8
Tints of Medium Red Violet #B830A8
RGB
CMYK
RGB Variations
Color information
#B830A8 (or 0xB830A8) is known color: Medium Red Violet. HEX triplet: B8, 30 and A8. RGB value is (184,48,168). Sum of RGB (Red+Green+Blue) = 184+48+168=400 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46% from 400); Green value is 48 (19.14% from 255 or 12% from 400); Blue value is 168 (66.02% from 255 or 42% from 400); Max value from RGB is 184 - color contains mainly: red. Hex color #B830A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B830A8 is #47CF57. Grayscale: #666666. Windows color (decimal): -4706136 or 11022520. OLE color: 11022520.
HSL color Cylindrical-coordinate representation of color #B830A8: hue angle of 307.06º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B830A8 is Cyan = 0, Magento = 0.74, Yellow = 0.09 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 48 | 168 | - |
| CMYK | 0 | 0.74 | 0.09 | 0.28 |
| HSL | 307.06º | 0.59% | 0.45% | - |
| HSV(B) | 307.06º | 0.74% | 0.72% | - |
| XYZ | 27.89 | 15.13 | 38.5 | - |
| YUV | 102.34 | 165.06 | 186.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 48 | 168 | 0 | 0.74 | 0.09 | 0.28 | 307.06 | 0.59 | 0.45 |
| Hex | B8 | 30 | A8 | 0 | 4A | 9 | 1C | 133 | 3B | 2D |
| Octal | 270 | 60 | 250 | 0 | 112 | 11 | 34 | 463 | 73 | 55 |
| Binary | 10111000 | 110000 | 10101000 | 0 | 1001010 | 1001 | 11100 | 100110011 | 111011 | 101101 |
Color Harmonies of #B830A8
Complementary color
Monochromatic Colors of #B830A8
Black with #B830A8
Text Example
Text Example
White with #B830A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B830A8; }
p { color: rgb(184,48,168); }
H1.HeaderClassName
{
color: #B830A8;
}
.AnyTagClassName
{
color: #B830A8;
}
</style>
background-color css
<style>
a { background-color: #B830A8; }
a { background-color: rgb(184,48,168); }
div.DivClassName
{
background-color: #B830A8;
}
.BgClassName
{
background-color: #B830A8;
}
</style>
border-color css
<style>
span { border-color: #B830A8; }
span { border-color: rgb(184,48,168); }
td.TdClassName
{
border-color: #B830A8;
}
.TagClassName
{
border-color: #B830A8;
}
</style>