Shades of Medium Red Violet #B638A1
Tints of Medium Red Violet #B638A1
RGB
CMYK
RGB Variations
Color information
#B638A1 (or 0xB638A1) is known color: Medium Red Violet. HEX triplet: B6, 38 and A1. RGB value is (182,56,161). Sum of RGB (Red+Green+Blue) = 182+56+161=399 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.61% from 399); Green value is 56 (22.27% from 255 or 14.04% from 399); Blue value is 161 (63.28% from 255 or 40.35% from 399); Max value from RGB is 182 - color contains mainly: red. Hex color #B638A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B638A1 is #49C75E. Grayscale: #696969. Windows color (decimal): -4835167 or 10565814. OLE color: 10565814.
HSL color Cylindrical-coordinate representation of color #B638A1: hue angle of 310º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B638A1 is Cyan = 0, Magento = 0.69, Yellow = 0.12 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 56 | 161 | - |
| CMYK | 0 | 0.69 | 0.12 | 0.29 |
| HSL | 310º | 0.53% | 0.47% | - |
| HSV(B) | 310º | 0.69% | 0.71% | - |
| XYZ | 27.14 | 15.35 | 35.25 | - |
| YUV | 105.64 | 159.24 | 182.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 56 | 161 | 0 | 0.69 | 0.12 | 0.29 | 310 | 0.53 | 0.47 |
| Hex | B6 | 38 | A1 | 0 | 45 | C | 1D | 136 | 35 | 2F |
| Octal | 266 | 70 | 241 | 0 | 105 | 14 | 35 | 466 | 65 | 57 |
| Binary | 10110110 | 111000 | 10100001 | 0 | 1000101 | 1100 | 11101 | 100110110 | 110101 | 101111 |
Color Harmonies of #B638A1
Complementary color
Monochromatic Colors of #B638A1
Black with #B638A1
Text Example
Text Example
White with #B638A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B638A1; }
p { color: rgb(182,56,161); }
H1.HeaderClassName
{
color: #B638A1;
}
.AnyTagClassName
{
color: #B638A1;
}
</style>
background-color css
<style>
a { background-color: #B638A1; }
a { background-color: rgb(182,56,161); }
div.DivClassName
{
background-color: #B638A1;
}
.BgClassName
{
background-color: #B638A1;
}
</style>
border-color css
<style>
span { border-color: #B638A1; }
span { border-color: rgb(182,56,161); }
td.TdClassName
{
border-color: #B638A1;
}
.TagClassName
{
border-color: #B638A1;
}
</style>