Shades of Medium Red Violet #B3438C
Tints of Medium Red Violet #B3438C
RGB
CMYK
RGB Variations
Color information
#B3438C (or 0xB3438C) is known color: Medium Red Violet. HEX triplet: B3, 43 and 8C. RGB value is (179,67,140). Sum of RGB (Red+Green+Blue) = 179+67+140=386 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.37% from 386); Green value is 67 (26.56% from 255 or 17.36% from 386); Blue value is 140 (55.08% from 255 or 36.27% from 386); Max value from RGB is 179 - color contains mainly: red. Hex color #B3438C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B3438C is #4CBC73. Grayscale: #6C6C6C. Windows color (decimal): -5028980 or 9192371. OLE color: 9192371.
HSL color Cylindrical-coordinate representation of color #B3438C: hue angle of 320.89º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B3438C is Cyan = 0, Magento = 0.63, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 67 | 140 | - |
| CMYK | 0 | 0.63 | 0.22 | 0.30 |
| HSL | 320.89º | 0.46% | 0.48% | - |
| HSV(B) | 320.89º | 0.63% | 0.7% | - |
| XYZ | 25.33 | 15.49 | 26.47 | - |
| YUV | 108.81 | 145.61 | 178.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 67 | 140 | 0 | 0.63 | 0.22 | 0.30 | 320.89 | 0.46 | 0.48 |
| Hex | B3 | 43 | 8C | 0 | 3F | 16 | 1E | 141 | 2E | 30 |
| Octal | 263 | 103 | 214 | 0 | 77 | 26 | 36 | 501 | 56 | 60 |
| Binary | 10110011 | 1000011 | 10001100 | 0 | 111111 | 10110 | 11110 | 101000001 | 101110 | 110000 |
Color Harmonies of #B3438C
Complementary color
Monochromatic Colors of #B3438C
Black with #B3438C
Text Example
Text Example
White with #B3438C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3438C; }
p { color: rgb(179,67,140); }
H1.HeaderClassName
{
color: #B3438C;
}
.AnyTagClassName
{
color: #B3438C;
}
</style>
background-color css
<style>
a { background-color: #B3438C; }
a { background-color: rgb(179,67,140); }
div.DivClassName
{
background-color: #B3438C;
}
.BgClassName
{
background-color: #B3438C;
}
</style>
border-color css
<style>
span { border-color: #B3438C; }
span { border-color: rgb(179,67,140); }
td.TdClassName
{
border-color: #B3438C;
}
.TagClassName
{
border-color: #B3438C;
}
</style>