Shades of Medium Red Violet #B53682
Tints of Medium Red Violet #B53682
RGB
CMYK
RGB Variations
Color information
#B53682 (or 0xB53682) is known color: Medium Red Violet. HEX triplet: B5, 36 and 82. RGB value is (181,54,130). Sum of RGB (Red+Green+Blue) = 181+54+130=365 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.59% from 365); Green value is 54 (21.48% from 255 or 14.79% from 365); Blue value is 130 (51.17% from 255 or 35.62% from 365); Max value from RGB is 181 - color contains mainly: red. Hex color #B53682 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B53682 is #4AC97D. Grayscale: #646464. Windows color (decimal): -4901246 or 8533685. OLE color: 8533685.
HSL color Cylindrical-coordinate representation of color #B53682: hue angle of 324.09º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B53682 is Cyan = 0, Magento = 0.70, Yellow = 0.28 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 54 | 130 | - |
| CMYK | 0 | 0.70 | 0.28 | 0.29 |
| HSL | 324.09º | 0.54% | 0.46% | - |
| HSV(B) | 324.09º | 0.7% | 0.71% | - |
| XYZ | 24.4 | 14.07 | 22.55 | - |
| YUV | 100.64 | 144.58 | 185.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 54 | 130 | 0 | 0.70 | 0.28 | 0.29 | 324.09 | 0.54 | 0.46 |
| Hex | B5 | 36 | 82 | 0 | 46 | 1C | 1D | 144 | 36 | 2E |
| Octal | 265 | 66 | 202 | 0 | 106 | 34 | 35 | 504 | 66 | 56 |
| Binary | 10110101 | 110110 | 10000010 | 0 | 1000110 | 11100 | 11101 | 101000100 | 110110 | 101110 |
Color Harmonies of #B53682
Complementary color
Monochromatic Colors of #B53682
Black with #B53682
Text Example
Text Example
White with #B53682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53682; }
p { color: rgb(181,54,130); }
H1.HeaderClassName
{
color: #B53682;
}
.AnyTagClassName
{
color: #B53682;
}
</style>
background-color css
<style>
a { background-color: #B53682; }
a { background-color: rgb(181,54,130); }
div.DivClassName
{
background-color: #B53682;
}
.BgClassName
{
background-color: #B53682;
}
</style>
border-color css
<style>
span { border-color: #B53682; }
span { border-color: rgb(181,54,130); }
td.TdClassName
{
border-color: #B53682;
}
.TagClassName
{
border-color: #B53682;
}
</style>