Shades of Medium Violet Red #B306A0
Tints of Medium Violet Red #B306A0
RGB
CMYK
RGB Variations
Color information
#B306A0 (or 0xB306A0) is known color: Medium Violet Red. HEX triplet: B3, 06 and A0. RGB value is (179,6,160). Sum of RGB (Red+Green+Blue) = 179+6+160=345 (45% of max value = 765). Red value is 179 (70.31% from 255 or 51.88% from 345); Green value is 6 (2.73% from 255 or 1.74% from 345); Blue value is 160 (62.89% from 255 or 46.38% from 345); Max value from RGB is 179 - color contains mainly: red. Hex color #B306A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B306A0 is #4CF95F. Grayscale: #4A4A4A. Windows color (decimal): -5044576 or 10487475. OLE color: 10487475.
HSL color Cylindrical-coordinate representation of color #B306A0: hue angle of 306.59º degrees, saturation: 0.94, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B306A0 is Cyan = 0, Magento = 0.97, Yellow = 0.11 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 6 | 160 | - |
| CMYK | 0 | 0.97 | 0.11 | 0.30 |
| HSL | 306.59º | 0.94% | 0.36% | - |
| HSV(B) | 306.59º | 0.97% | 0.7% | - |
| XYZ | 25 | 12.25 | 34.3 | - |
| YUV | 75.28 | 175.81 | 201.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 6 | 160 | 0 | 0.97 | 0.11 | 0.30 | 306.59 | 0.94 | 0.36 |
| Hex | B3 | 6 | A0 | 0 | 61 | B | 1E | 133 | 5E | 24 |
| Octal | 263 | 6 | 240 | 0 | 141 | 13 | 36 | 463 | 136 | 44 |
| Binary | 10110011 | 110 | 10100000 | 0 | 1100001 | 1011 | 11110 | 100110011 | 1011110 | 100100 |
Color Harmonies of #B306A0
Complementary color
Monochromatic Colors of #B306A0
Black with #B306A0
Text Example
Text Example
White with #B306A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B306A0; }
p { color: rgb(179,6,160); }
H1.HeaderClassName
{
color: #B306A0;
}
.AnyTagClassName
{
color: #B306A0;
}
</style>
background-color css
<style>
a { background-color: #B306A0; }
a { background-color: rgb(179,6,160); }
div.DivClassName
{
background-color: #B306A0;
}
.BgClassName
{
background-color: #B306A0;
}
</style>
border-color css
<style>
span { border-color: #B306A0; }
span { border-color: rgb(179,6,160); }
td.TdClassName
{
border-color: #B306A0;
}
.TagClassName
{
border-color: #B306A0;
}
</style>