Shades of Medium Red Violet #B239A0
Tints of Medium Red Violet #B239A0
RGB
CMYK
RGB Variations
Color information
#B239A0 (or 0xB239A0) is known color: Medium Red Violet. HEX triplet: B2, 39 and A0. RGB value is (178,57,160). Sum of RGB (Red+Green+Blue) = 178+57+160=395 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.06% from 395); Green value is 57 (22.66% from 255 or 14.43% from 395); Blue value is 160 (62.89% from 255 or 40.51% from 395); Max value from RGB is 178 - color contains mainly: red. Hex color #B239A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B239A0 is #4DC65F. Grayscale: #686868. Windows color (decimal): -5097056 or 10500530. OLE color: 10500530.
HSL color Cylindrical-coordinate representation of color #B239A0: hue angle of 308.93º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B239A0 is Cyan = 0, Magento = 0.68, Yellow = 0.10 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 57 | 160 | - |
| CMYK | 0 | 0.68 | 0.10 | 0.30 |
| HSL | 308.93º | 0.51% | 0.46% | - |
| HSV(B) | 308.93º | 0.68% | 0.7% | - |
| XYZ | 26.17 | 14.93 | 34.76 | - |
| YUV | 104.92 | 159.09 | 180.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 57 | 160 | 0 | 0.68 | 0.10 | 0.30 | 308.93 | 0.51 | 0.46 |
| Hex | B2 | 39 | A0 | 0 | 44 | A | 1E | 135 | 33 | 2E |
| Octal | 262 | 71 | 240 | 0 | 104 | 12 | 36 | 465 | 63 | 56 |
| Binary | 10110010 | 111001 | 10100000 | 0 | 1000100 | 1010 | 11110 | 100110101 | 110011 | 101110 |
Color Harmonies of #B239A0
Complementary color
Monochromatic Colors of #B239A0
Black with #B239A0
Text Example
Text Example
White with #B239A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B239A0; }
p { color: rgb(178,57,160); }
H1.HeaderClassName
{
color: #B239A0;
}
.AnyTagClassName
{
color: #B239A0;
}
</style>
background-color css
<style>
a { background-color: #B239A0; }
a { background-color: rgb(178,57,160); }
div.DivClassName
{
background-color: #B239A0;
}
.BgClassName
{
background-color: #B239A0;
}
</style>
border-color css
<style>
span { border-color: #B239A0; }
span { border-color: rgb(178,57,160); }
td.TdClassName
{
border-color: #B239A0;
}
.TagClassName
{
border-color: #B239A0;
}
</style>