Shades of Medium Red Violet #B3368C
Tints of Medium Red Violet #B3368C
RGB
CMYK
RGB Variations
Color information
#B3368C (or 0xB3368C) is known color: Medium Red Violet. HEX triplet: B3, 36 and 8C. RGB value is (179,54,140). Sum of RGB (Red+Green+Blue) = 179+54+140=373 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.99% from 373); Green value is 54 (21.48% from 255 or 14.48% from 373); Blue value is 140 (55.08% from 255 or 37.53% from 373); Max value from RGB is 179 - color contains mainly: red. Hex color #B3368C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B3368C is #4CC973. Grayscale: #646464. Windows color (decimal): -5032308 or 9189043. OLE color: 9189043.
HSL color Cylindrical-coordinate representation of color #B3368C: hue angle of 318.72º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B3368C is Cyan = 0, Magento = 0.70, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 54 | 140 | - |
| CMYK | 0 | 0.70 | 0.22 | 0.30 |
| HSL | 318.72º | 0.54% | 0.46% | - |
| HSV(B) | 318.72º | 0.7% | 0.7% | - |
| XYZ | 24.64 | 14.12 | 26.24 | - |
| YUV | 101.18 | 149.91 | 183.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 54 | 140 | 0 | 0.70 | 0.22 | 0.30 | 318.72 | 0.54 | 0.46 |
| Hex | B3 | 36 | 8C | 0 | 46 | 16 | 1E | 13F | 36 | 2E |
| Octal | 263 | 66 | 214 | 0 | 106 | 26 | 36 | 477 | 66 | 56 |
| Binary | 10110011 | 110110 | 10001100 | 0 | 1000110 | 10110 | 11110 | 100111111 | 110110 | 101110 |
Color Harmonies of #B3368C
Complementary color
Monochromatic Colors of #B3368C
Black with #B3368C
Text Example
Text Example
White with #B3368C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3368C; }
p { color: rgb(179,54,140); }
H1.HeaderClassName
{
color: #B3368C;
}
.AnyTagClassName
{
color: #B3368C;
}
</style>
background-color css
<style>
a { background-color: #B3368C; }
a { background-color: rgb(179,54,140); }
div.DivClassName
{
background-color: #B3368C;
}
.BgClassName
{
background-color: #B3368C;
}
</style>
border-color css
<style>
span { border-color: #B3368C; }
span { border-color: rgb(179,54,140); }
td.TdClassName
{
border-color: #B3368C;
}
.TagClassName
{
border-color: #B3368C;
}
</style>