Shades of Medium Red Violet #B238A0
Tints of Medium Red Violet #B238A0
RGB
CMYK
RGB Variations
Color information
#B238A0 (or 0xB238A0) is known color: Medium Red Violet. HEX triplet: B2, 38 and A0. RGB value is (178,56,160). Sum of RGB (Red+Green+Blue) = 178+56+160=394 (52% of max value = 765). Red value is 178 (69.92% from 255 or 45.18% from 394); Green value is 56 (22.27% from 255 or 14.21% from 394); Blue value is 160 (62.89% from 255 or 40.61% from 394); Max value from RGB is 178 - color contains mainly: red. Hex color #B238A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B238A0 is #4DC75F. Grayscale: #686868. Windows color (decimal): -5097312 or 10500274. OLE color: 10500274.
HSL color Cylindrical-coordinate representation of color #B238A0: hue angle of 308.85º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B238A0 is Cyan = 0, Magento = 0.69, Yellow = 0.10 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 56 | 160 | - |
| CMYK | 0 | 0.69 | 0.10 | 0.30 |
| HSL | 308.85º | 0.52% | 0.46% | - |
| HSV(B) | 308.85º | 0.69% | 0.7% | - |
| XYZ | 26.12 | 14.83 | 34.74 | - |
| YUV | 104.33 | 159.42 | 180.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 56 | 160 | 0 | 0.69 | 0.10 | 0.30 | 308.85 | 0.52 | 0.46 |
| Hex | B2 | 38 | A0 | 0 | 45 | A | 1E | 135 | 34 | 2E |
| Octal | 262 | 70 | 240 | 0 | 105 | 12 | 36 | 465 | 64 | 56 |
| Binary | 10110010 | 111000 | 10100000 | 0 | 1000101 | 1010 | 11110 | 100110101 | 110100 | 101110 |
Color Harmonies of #B238A0
Complementary color
Monochromatic Colors of #B238A0
Black with #B238A0
Text Example
Text Example
White with #B238A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B238A0; }
p { color: rgb(178,56,160); }
H1.HeaderClassName
{
color: #B238A0;
}
.AnyTagClassName
{
color: #B238A0;
}
</style>
background-color css
<style>
a { background-color: #B238A0; }
a { background-color: rgb(178,56,160); }
div.DivClassName
{
background-color: #B238A0;
}
.BgClassName
{
background-color: #B238A0;
}
</style>
border-color css
<style>
span { border-color: #B238A0; }
span { border-color: rgb(178,56,160); }
td.TdClassName
{
border-color: #B238A0;
}
.TagClassName
{
border-color: #B238A0;
}
</style>