Shades of Medium Violet Red #B308A0
Tints of Medium Violet Red #B308A0
RGB
CMYK
RGB Variations
Color information
#B308A0 (or 0xB308A0) is known color: Medium Violet Red. HEX triplet: B3, 08 and A0. RGB value is (179,8,160). Sum of RGB (Red+Green+Blue) = 179+8+160=347 (45% of max value = 765). Red value is 179 (70.31% from 255 or 51.59% from 347); Green value is 8 (3.52% from 255 or 2.31% from 347); Blue value is 160 (62.89% from 255 or 46.11% from 347); Max value from RGB is 179 - color contains mainly: red. Hex color #B308A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B308A0 is #4CF75F. Grayscale: #4C4C4C. Windows color (decimal): -5044064 or 10487987. OLE color: 10487987.
HSL color Cylindrical-coordinate representation of color #B308A0: hue angle of 306.67º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B308A0 is Cyan = 0, Magento = 0.96, Yellow = 0.11 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 8 | 160 | - |
| CMYK | 0 | 0.96 | 0.11 | 0.30 |
| HSL | 306.67º | 0.91% | 0.37% | - |
| HSV(B) | 306.67º | 0.96% | 0.7% | - |
| XYZ | 25.02 | 12.3 | 34.31 | - |
| YUV | 76.46 | 175.15 | 201.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 8 | 160 | 0 | 0.96 | 0.11 | 0.30 | 306.67 | 0.91 | 0.37 |
| Hex | B3 | 8 | A0 | 0 | 60 | B | 1E | 133 | 5B | 25 |
| Octal | 263 | 10 | 240 | 0 | 140 | 13 | 36 | 463 | 133 | 45 |
| Binary | 10110011 | 1000 | 10100000 | 0 | 1100000 | 1011 | 11110 | 100110011 | 1011011 | 100101 |
Color Harmonies of #B308A0
Complementary color
Monochromatic Colors of #B308A0
Black with #B308A0
Text Example
Text Example
White with #B308A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B308A0; }
p { color: rgb(179,8,160); }
H1.HeaderClassName
{
color: #B308A0;
}
.AnyTagClassName
{
color: #B308A0;
}
</style>
background-color css
<style>
a { background-color: #B308A0; }
a { background-color: rgb(179,8,160); }
div.DivClassName
{
background-color: #B308A0;
}
.BgClassName
{
background-color: #B308A0;
}
</style>
border-color css
<style>
span { border-color: #B308A0; }
span { border-color: rgb(179,8,160); }
td.TdClassName
{
border-color: #B308A0;
}
.TagClassName
{
border-color: #B308A0;
}
</style>