Shades of Medium Red Violet #B2318C
Tints of Medium Red Violet #B2318C
RGB
CMYK
RGB Variations
Color information
#B2318C (or 0xB2318C) is known color: Medium Red Violet. HEX triplet: B2, 31 and 8C. RGB value is (178,49,140). Sum of RGB (Red+Green+Blue) = 178+49+140=367 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.50% from 367); Green value is 49 (19.53% from 255 or 13.35% from 367); Blue value is 140 (55.08% from 255 or 38.15% from 367); Max value from RGB is 178 - color contains mainly: red. Hex color #B2318C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2318C is #4DCE73. Grayscale: #616161. Windows color (decimal): -5099124 or 9187762. OLE color: 9187762.
HSL color Cylindrical-coordinate representation of color #B2318C: hue angle of 317.67º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B2318C is Cyan = 0, Magento = 0.72, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 49 | 140 | - |
| CMYK | 0 | 0.72 | 0.21 | 0.30 |
| HSL | 317.67º | 0.57% | 0.45% | - |
| HSV(B) | 317.67º | 0.72% | 0.7% | - |
| XYZ | 24.19 | 13.56 | 26.15 | - |
| YUV | 97.95 | 151.74 | 185.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 49 | 140 | 0 | 0.72 | 0.21 | 0.30 | 317.67 | 0.57 | 0.45 |
| Hex | B2 | 31 | 8C | 0 | 48 | 15 | 1E | 13E | 39 | 2D |
| Octal | 262 | 61 | 214 | 0 | 110 | 25 | 36 | 476 | 71 | 55 |
| Binary | 10110010 | 110001 | 10001100 | 0 | 1001000 | 10101 | 11110 | 100111110 | 111001 | 101101 |
Color Harmonies of #B2318C
Complementary color
Monochromatic Colors of #B2318C
Black with #B2318C
Text Example
Text Example
White with #B2318C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2318C; }
p { color: rgb(178,49,140); }
H1.HeaderClassName
{
color: #B2318C;
}
.AnyTagClassName
{
color: #B2318C;
}
</style>
background-color css
<style>
a { background-color: #B2318C; }
a { background-color: rgb(178,49,140); }
div.DivClassName
{
background-color: #B2318C;
}
.BgClassName
{
background-color: #B2318C;
}
</style>
border-color css
<style>
span { border-color: #B2318C; }
span { border-color: rgb(178,49,140); }
td.TdClassName
{
border-color: #B2318C;
}
.TagClassName
{
border-color: #B2318C;
}
</style>