Shades of Medium Red Violet #B538A4
Tints of Medium Red Violet #B538A4
RGB
CMYK
RGB Variations
Color information
#B538A4 (or 0xB538A4) is known color: Medium Red Violet. HEX triplet: B5, 38 and A4. RGB value is (181,56,164). Sum of RGB (Red+Green+Blue) = 181+56+164=401 (53% of max value = 765). Red value is 181 (71.09% from 255 or 45.14% from 401); Green value is 56 (22.27% from 255 or 13.97% from 401); Blue value is 164 (64.45% from 255 or 40.90% from 401); Max value from RGB is 181 - color contains mainly: red. Hex color #B538A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B538A4 is #4AC75B. Grayscale: #696969. Windows color (decimal): -4900700 or 10762421. OLE color: 10762421.
HSL color Cylindrical-coordinate representation of color #B538A4: hue angle of 308.16º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B538A4 is Cyan = 0, Magento = 0.69, Yellow = 0.09 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 56 | 164 | - |
| CMYK | 0 | 0.69 | 0.09 | 0.29 |
| HSL | 308.16º | 0.53% | 0.46% | - |
| HSV(B) | 308.16º | 0.69% | 0.71% | - |
| XYZ | 27.17 | 15.33 | 36.65 | - |
| YUV | 105.69 | 160.91 | 181.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 56 | 164 | 0 | 0.69 | 0.09 | 0.29 | 308.16 | 0.53 | 0.46 |
| Hex | B5 | 38 | A4 | 0 | 45 | 9 | 1D | 134 | 35 | 2E |
| Octal | 265 | 70 | 244 | 0 | 105 | 11 | 35 | 464 | 65 | 56 |
| Binary | 10110101 | 111000 | 10100100 | 0 | 1000101 | 1001 | 11101 | 100110100 | 110101 | 101110 |
Color Harmonies of #B538A4
Complementary color
Monochromatic Colors of #B538A4
Black with #B538A4
Text Example
Text Example
White with #B538A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B538A4; }
p { color: rgb(181,56,164); }
H1.HeaderClassName
{
color: #B538A4;
}
.AnyTagClassName
{
color: #B538A4;
}
</style>
background-color css
<style>
a { background-color: #B538A4; }
a { background-color: rgb(181,56,164); }
div.DivClassName
{
background-color: #B538A4;
}
.BgClassName
{
background-color: #B538A4;
}
</style>
border-color css
<style>
span { border-color: #B538A4; }
span { border-color: rgb(181,56,164); }
td.TdClassName
{
border-color: #B538A4;
}
.TagClassName
{
border-color: #B538A4;
}
</style>