Shades of Medium Red Violet #B4338A
Tints of Medium Red Violet #B4338A
RGB
CMYK
RGB Variations
Color information
#B4338A (or 0xB4338A) is known color: Medium Red Violet. HEX triplet: B4, 33 and 8A. RGB value is (180,51,138). Sum of RGB (Red+Green+Blue) = 180+51+138=369 (48% of max value = 765). Red value is 180 (70.70% from 255 or 48.78% from 369); Green value is 51 (20.31% from 255 or 13.82% from 369); Blue value is 138 (54.30% from 255 or 37.40% from 369); Max value from RGB is 180 - color contains mainly: red. Hex color #B4338A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B4338A is #4BCC75. Grayscale: #636363. Windows color (decimal): -4967542 or 9057204. OLE color: 9057204.
HSL color Cylindrical-coordinate representation of color #B4338A: hue angle of 319.53º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B4338A is Cyan = 0, Magento = 0.72, Yellow = 0.23 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 51 | 138 | - |
| CMYK | 0 | 0.72 | 0.23 | 0.29 |
| HSL | 319.53º | 0.56% | 0.45% | - |
| HSV(B) | 319.53º | 0.72% | 0.71% | - |
| XYZ | 24.59 | 13.91 | 25.43 | - |
| YUV | 99.49 | 149.74 | 185.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 51 | 138 | 0 | 0.72 | 0.23 | 0.29 | 319.53 | 0.56 | 0.45 |
| Hex | B4 | 33 | 8A | 0 | 48 | 17 | 1D | 140 | 38 | 2D |
| Octal | 264 | 63 | 212 | 0 | 110 | 27 | 35 | 500 | 70 | 55 |
| Binary | 10110100 | 110011 | 10001010 | 0 | 1001000 | 10111 | 11101 | 101000000 | 111000 | 101101 |
Color Harmonies of #B4338A
Complementary color
Monochromatic Colors of #B4338A
Black with #B4338A
Text Example
Text Example
White with #B4338A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4338A; }
p { color: rgb(180,51,138); }
H1.HeaderClassName
{
color: #B4338A;
}
.AnyTagClassName
{
color: #B4338A;
}
</style>
background-color css
<style>
a { background-color: #B4338A; }
a { background-color: rgb(180,51,138); }
div.DivClassName
{
background-color: #B4338A;
}
.BgClassName
{
background-color: #B4338A;
}
</style>
border-color css
<style>
span { border-color: #B4338A; }
span { border-color: rgb(180,51,138); }
td.TdClassName
{
border-color: #B4338A;
}
.TagClassName
{
border-color: #B4338A;
}
</style>