Shades of Medium Red Violet #B2318A
Tints of Medium Red Violet #B2318A
RGB
CMYK
RGB Variations
Color information
#B2318A (or 0xB2318A) is known color: Medium Red Violet. HEX triplet: B2, 31 and 8A. RGB value is (178,49,138). Sum of RGB (Red+Green+Blue) = 178+49+138=365 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.77% from 365); Green value is 49 (19.53% from 255 or 13.42% from 365); Blue value is 138 (54.30% from 255 or 37.81% from 365); Max value from RGB is 178 - color contains mainly: red. Hex color #B2318A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2318A is #4DCE75. Grayscale: #616161. Windows color (decimal): -5099126 or 9056690. OLE color: 9056690.
HSL color Cylindrical-coordinate representation of color #B2318A: hue angle of 318.6º 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 #B2318A is Cyan = 0, Magento = 0.72, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 49 | 138 | - |
| CMYK | 0 | 0.72 | 0.22 | 0.30 |
| HSL | 318.6º | 0.57% | 0.45% | - |
| HSV(B) | 318.6º | 0.72% | 0.7% | - |
| XYZ | 24.05 | 13.5 | 25.38 | - |
| YUV | 97.72 | 150.74 | 185.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 49 | 138 | 0 | 0.72 | 0.22 | 0.30 | 318.6 | 0.57 | 0.45 |
| Hex | B2 | 31 | 8A | 0 | 48 | 16 | 1E | 13F | 39 | 2D |
| Octal | 262 | 61 | 212 | 0 | 110 | 26 | 36 | 477 | 71 | 55 |
| Binary | 10110010 | 110001 | 10001010 | 0 | 1001000 | 10110 | 11110 | 100111111 | 111001 | 101101 |
Color Harmonies of #B2318A
Complementary color
Monochromatic Colors of #B2318A
Black with #B2318A
Text Example
Text Example
White with #B2318A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2318A; }
p { color: rgb(178,49,138); }
H1.HeaderClassName
{
color: #B2318A;
}
.AnyTagClassName
{
color: #B2318A;
}
</style>
background-color css
<style>
a { background-color: #B2318A; }
a { background-color: rgb(178,49,138); }
div.DivClassName
{
background-color: #B2318A;
}
.BgClassName
{
background-color: #B2318A;
}
</style>
border-color css
<style>
span { border-color: #B2318A; }
span { border-color: rgb(178,49,138); }
td.TdClassName
{
border-color: #B2318A;
}
.TagClassName
{
border-color: #B2318A;
}
</style>