Shades of Medium Red Violet #B2368C
Tints of Medium Red Violet #B2368C
RGB
CMYK
RGB Variations
Color information
#B2368C (or 0xB2368C) is known color: Medium Red Violet. HEX triplet: B2, 36 and 8C. RGB value is (178,54,140). Sum of RGB (Red+Green+Blue) = 178+54+140=372 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.85% from 372); Green value is 54 (21.48% from 255 or 14.52% from 372); Blue value is 140 (55.08% from 255 or 37.63% from 372); Max value from RGB is 178 - color contains mainly: red. Hex color #B2368C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2368C is #4DC973. Grayscale: #646464. Windows color (decimal): -5097844 or 9189042. OLE color: 9189042.
HSL color Cylindrical-coordinate representation of color #B2368C: hue angle of 318.39º 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 #B2368C is Cyan = 0, Magento = 0.70, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 54 | 140 | - |
| CMYK | 0 | 0.70 | 0.21 | 0.30 |
| HSL | 318.39º | 0.53% | 0.45% | - |
| HSV(B) | 318.39º | 0.7% | 0.7% | - |
| XYZ | 24.41 | 14 | 26.23 | - |
| YUV | 100.88 | 150.08 | 183.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 54 | 140 | 0 | 0.70 | 0.21 | 0.30 | 318.39 | 0.53 | 0.45 |
| Hex | B2 | 36 | 8C | 0 | 46 | 15 | 1E | 13E | 35 | 2D |
| Octal | 262 | 66 | 214 | 0 | 106 | 25 | 36 | 476 | 65 | 55 |
| Binary | 10110010 | 110110 | 10001100 | 0 | 1000110 | 10101 | 11110 | 100111110 | 110101 | 101101 |
Color Harmonies of #B2368C
Complementary color
Monochromatic Colors of #B2368C
Black with #B2368C
Text Example
Text Example
White with #B2368C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2368C; }
p { color: rgb(178,54,140); }
H1.HeaderClassName
{
color: #B2368C;
}
.AnyTagClassName
{
color: #B2368C;
}
</style>
background-color css
<style>
a { background-color: #B2368C; }
a { background-color: rgb(178,54,140); }
div.DivClassName
{
background-color: #B2368C;
}
.BgClassName
{
background-color: #B2368C;
}
</style>
border-color css
<style>
span { border-color: #B2368C; }
span { border-color: rgb(178,54,140); }
td.TdClassName
{
border-color: #B2368C;
}
.TagClassName
{
border-color: #B2368C;
}
</style>