Shades of Medium Red Violet #B2318B
Tints of Medium Red Violet #B2318B
RGB
CMYK
RGB Variations
Color information
#B2318B (or 0xB2318B) is known color: Medium Red Violet. HEX triplet: B2, 31 and 8B. RGB value is (178,49,139). Sum of RGB (Red+Green+Blue) = 178+49+139=366 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.63% from 366); Green value is 49 (19.53% from 255 or 13.39% from 366); Blue value is 139 (54.69% from 255 or 37.98% from 366); Max value from RGB is 178 - color contains mainly: red. Hex color #B2318B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2318B is #4DCE74. Grayscale: #616161. Windows color (decimal): -5099125 or 9122226. OLE color: 9122226.
HSL color Cylindrical-coordinate representation of color #B2318B: hue angle of 318.14º 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 #B2318B is Cyan = 0, Magento = 0.72, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 49 | 139 | - |
| CMYK | 0 | 0.72 | 0.22 | 0.30 |
| HSL | 318.14º | 0.57% | 0.45% | - |
| HSV(B) | 318.14º | 0.72% | 0.7% | - |
| XYZ | 24.12 | 13.53 | 25.77 | - |
| YUV | 97.83 | 151.24 | 185.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 49 | 139 | 0 | 0.72 | 0.22 | 0.30 | 318.14 | 0.57 | 0.45 |
| Hex | B2 | 31 | 8B | 0 | 48 | 16 | 1E | 13E | 39 | 2D |
| Octal | 262 | 61 | 213 | 0 | 110 | 26 | 36 | 476 | 71 | 55 |
| Binary | 10110010 | 110001 | 10001011 | 0 | 1001000 | 10110 | 11110 | 100111110 | 111001 | 101101 |
Color Harmonies of #B2318B
Complementary color
Monochromatic Colors of #B2318B
Black with #B2318B
Text Example
Text Example
White with #B2318B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2318B; }
p { color: rgb(178,49,139); }
H1.HeaderClassName
{
color: #B2318B;
}
.AnyTagClassName
{
color: #B2318B;
}
</style>
background-color css
<style>
a { background-color: #B2318B; }
a { background-color: rgb(178,49,139); }
div.DivClassName
{
background-color: #B2318B;
}
.BgClassName
{
background-color: #B2318B;
}
</style>
border-color css
<style>
span { border-color: #B2318B; }
span { border-color: rgb(178,49,139); }
td.TdClassName
{
border-color: #B2318B;
}
.TagClassName
{
border-color: #B2318B;
}
</style>