Shades of Medium Red Violet #B330A8
Tints of Medium Red Violet #B330A8
RGB
CMYK
RGB Variations
Color information
#B330A8 (or 0xB330A8) is known color: Medium Red Violet. HEX triplet: B3, 30 and A8. RGB value is (179,48,168). Sum of RGB (Red+Green+Blue) = 179+48+168=395 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.32% from 395); Green value is 48 (19.14% from 255 or 12.15% from 395); Blue value is 168 (66.02% from 255 or 42.53% from 395); Max value from RGB is 179 - color contains mainly: red. Hex color #B330A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B330A8 is #4CCF57. Grayscale: #646464. Windows color (decimal): -5033816 or 11022515. OLE color: 11022515.
HSL color Cylindrical-coordinate representation of color #B330A8: hue angle of 305.04º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B330A8 is Cyan = 0, Magento = 0.73, Yellow = 0.06 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 48 | 168 | - |
| CMYK | 0 | 0.73 | 0.06 | 0.30 |
| HSL | 305.04º | 0.58% | 0.45% | - |
| HSV(B) | 305.04º | 0.73% | 0.7% | - |
| XYZ | 26.72 | 14.52 | 38.44 | - |
| YUV | 100.85 | 165.9 | 183.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 48 | 168 | 0 | 0.73 | 0.06 | 0.30 | 305.04 | 0.58 | 0.45 |
| Hex | B3 | 30 | A8 | 0 | 49 | 6 | 1E | 131 | 3A | 2D |
| Octal | 263 | 60 | 250 | 0 | 111 | 6 | 36 | 461 | 72 | 55 |
| Binary | 10110011 | 110000 | 10101000 | 0 | 1001001 | 110 | 11110 | 100110001 | 111010 | 101101 |
Color Harmonies of #B330A8
Complementary color
Monochromatic Colors of #B330A8
Black with #B330A8
Text Example
Text Example
White with #B330A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B330A8; }
p { color: rgb(179,48,168); }
H1.HeaderClassName
{
color: #B330A8;
}
.AnyTagClassName
{
color: #B330A8;
}
</style>
background-color css
<style>
a { background-color: #B330A8; }
a { background-color: rgb(179,48,168); }
div.DivClassName
{
background-color: #B330A8;
}
.BgClassName
{
background-color: #B330A8;
}
</style>
border-color css
<style>
span { border-color: #B330A8; }
span { border-color: rgb(179,48,168); }
td.TdClassName
{
border-color: #B330A8;
}
.TagClassName
{
border-color: #B330A8;
}
</style>