Shades of Medium Red Violet #B438A6
Tints of Medium Red Violet #B438A6
RGB
CMYK
RGB Variations
Color information
#B438A6 (or 0xB438A6) is known color: Medium Red Violet. HEX triplet: B4, 38 and A6. RGB value is (180,56,166). Sum of RGB (Red+Green+Blue) = 180+56+166=402 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.78% from 402); Green value is 56 (22.27% from 255 or 13.93% from 402); Blue value is 166 (65.23% from 255 or 41.29% from 402); Max value from RGB is 180 - color contains mainly: red. Hex color #B438A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B438A6 is #4BC759. Grayscale: #696969. Windows color (decimal): -4966234 or 10893492. OLE color: 10893492.
HSL color Cylindrical-coordinate representation of color #B438A6: hue angle of 306.77º 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 #B438A6 is Cyan = 0, Magento = 0.69, Yellow = 0.08 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 56 | 166 | - |
| CMYK | 0 | 0.69 | 0.08 | 0.29 |
| HSL | 306.77º | 0.53% | 0.46% | - |
| HSV(B) | 306.77º | 0.69% | 0.71% | - |
| XYZ | 27.12 | 15.28 | 37.6 | - |
| YUV | 105.62 | 162.08 | 181.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 56 | 166 | 0 | 0.69 | 0.08 | 0.29 | 306.77 | 0.53 | 0.46 |
| Hex | B4 | 38 | A6 | 0 | 45 | 8 | 1D | 133 | 35 | 2E |
| Octal | 264 | 70 | 246 | 0 | 105 | 10 | 35 | 463 | 65 | 56 |
| Binary | 10110100 | 111000 | 10100110 | 0 | 1000101 | 1000 | 11101 | 100110011 | 110101 | 101110 |
Color Harmonies of #B438A6
Complementary color
Monochromatic Colors of #B438A6
Black with #B438A6
Text Example
Text Example
White with #B438A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B438A6; }
p { color: rgb(180,56,166); }
H1.HeaderClassName
{
color: #B438A6;
}
.AnyTagClassName
{
color: #B438A6;
}
</style>
background-color css
<style>
a { background-color: #B438A6; }
a { background-color: rgb(180,56,166); }
div.DivClassName
{
background-color: #B438A6;
}
.BgClassName
{
background-color: #B438A6;
}
</style>
border-color css
<style>
span { border-color: #B438A6; }
span { border-color: rgb(180,56,166); }
td.TdClassName
{
border-color: #B438A6;
}
.TagClassName
{
border-color: #B438A6;
}
</style>