Shades of Medium Red Violet #B230A8
Tints of Medium Red Violet #B230A8
RGB
CMYK
RGB Variations
Color information
#B230A8 (or 0xB230A8) is known color: Medium Red Violet. HEX triplet: B2, 30 and A8. RGB value is (178,48,168). Sum of RGB (Red+Green+Blue) = 178+48+168=394 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.18% from 394); Green value is 48 (19.14% from 255 or 12.18% from 394); Blue value is 168 (66.02% from 255 or 42.64% from 394); Max value from RGB is 178 - color contains mainly: red. Hex color #B230A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B230A8 is #4DCF57. Grayscale: #646464. Windows color (decimal): -5099352 or 11022514. OLE color: 11022514.
HSL color Cylindrical-coordinate representation of color #B230A8: hue angle of 304.62º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B230A8 is Cyan = 0, Magento = 0.73, Yellow = 0.06 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 48 | 168 | - |
| CMYK | 0 | 0.73 | 0.06 | 0.30 |
| HSL | 304.62º | 0.58% | 0.44% | - |
| HSV(B) | 304.62º | 0.73% | 0.7% | - |
| XYZ | 26.48 | 14.41 | 38.43 | - |
| YUV | 100.55 | 166.07 | 183.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 48 | 168 | 0 | 0.73 | 0.06 | 0.30 | 304.62 | 0.58 | 0.44 |
| Hex | B2 | 30 | A8 | 0 | 49 | 6 | 1E | 131 | 3A | 2C |
| Octal | 262 | 60 | 250 | 0 | 111 | 6 | 36 | 461 | 72 | 54 |
| Binary | 10110010 | 110000 | 10101000 | 0 | 1001001 | 110 | 11110 | 100110001 | 111010 | 101100 |
Color Harmonies of #B230A8
Complementary color
Monochromatic Colors of #B230A8
Black with #B230A8
Text Example
Text Example
White with #B230A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B230A8; }
p { color: rgb(178,48,168); }
H1.HeaderClassName
{
color: #B230A8;
}
.AnyTagClassName
{
color: #B230A8;
}
</style>
background-color css
<style>
a { background-color: #B230A8; }
a { background-color: rgb(178,48,168); }
div.DivClassName
{
background-color: #B230A8;
}
.BgClassName
{
background-color: #B230A8;
}
</style>
border-color css
<style>
span { border-color: #B230A8; }
span { border-color: rgb(178,48,168); }
td.TdClassName
{
border-color: #B230A8;
}
.TagClassName
{
border-color: #B230A8;
}
</style>