Shades of Medium Red Violet #B2368D
Tints of Medium Red Violet #B2368D
RGB
CMYK
RGB Variations
Color information
#B2368D (or 0xB2368D) is known color: Medium Red Violet. HEX triplet: B2, 36 and 8D. RGB value is (178,54,141). Sum of RGB (Red+Green+Blue) = 178+54+141=373 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.72% from 373); Green value is 54 (21.48% from 255 or 14.48% from 373); Blue value is 141 (55.47% from 255 or 37.80% from 373); Max value from RGB is 178 - color contains mainly: red. Hex color #B2368D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2368D is #4DC972. Grayscale: #646464. Windows color (decimal): -5097843 or 9254578. OLE color: 9254578.
HSL color Cylindrical-coordinate representation of color #B2368D: hue angle of 317.9º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B2368D is Cyan = 0, Magento = 0.70, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 54 | 141 | - |
| CMYK | 0 | 0.70 | 0.21 | 0.30 |
| HSL | 317.9º | 0.53% | 0.45% | - |
| HSV(B) | 317.9º | 0.7% | 0.7% | - |
| XYZ | 24.49 | 14.03 | 26.62 | - |
| YUV | 100.99 | 150.58 | 182.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 54 | 141 | 0 | 0.70 | 0.21 | 0.30 | 317.9 | 0.53 | 0.45 |
| Hex | B2 | 36 | 8D | 0 | 46 | 15 | 1E | 13E | 35 | 2D |
| Octal | 262 | 66 | 215 | 0 | 106 | 25 | 36 | 476 | 65 | 55 |
| Binary | 10110010 | 110110 | 10001101 | 0 | 1000110 | 10101 | 11110 | 100111110 | 110101 | 101101 |
Color Harmonies of #B2368D
Complementary color
Monochromatic Colors of #B2368D
Black with #B2368D
Text Example
Text Example
White with #B2368D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2368D; }
p { color: rgb(178,54,141); }
H1.HeaderClassName
{
color: #B2368D;
}
.AnyTagClassName
{
color: #B2368D;
}
</style>
background-color css
<style>
a { background-color: #B2368D; }
a { background-color: rgb(178,54,141); }
div.DivClassName
{
background-color: #B2368D;
}
.BgClassName
{
background-color: #B2368D;
}
</style>
border-color css
<style>
span { border-color: #B2368D; }
span { border-color: rgb(178,54,141); }
td.TdClassName
{
border-color: #B2368D;
}
.TagClassName
{
border-color: #B2368D;
}
</style>