Shades of Medium Red Violet #B0369C
Tints of Medium Red Violet #B0369C
RGB
CMYK
RGB Variations
Color information
#B0369C (or 0xB0369C) is known color: Medium Red Violet. HEX triplet: B0, 36 and 9C. RGB value is (176,54,156). Sum of RGB (Red+Green+Blue) = 176+54+156=386 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.60% from 386); Green value is 54 (21.48% from 255 or 13.99% from 386); Blue value is 156 (61.33% from 255 or 40.41% from 386); Max value from RGB is 176 - color contains mainly: red. Hex color #B0369C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0369C is #4FC963. Grayscale: #656565. Windows color (decimal): -5228900 or 10237616. OLE color: 10237616.
HSL color Cylindrical-coordinate representation of color #B0369C: hue angle of 309.84º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B0369C is Cyan = 0, Magento = 0.69, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 54 | 156 | - |
| CMYK | 0 | 0.69 | 0.11 | 0.31 |
| HSL | 309.84º | 0.53% | 0.45% | - |
| HSV(B) | 309.84º | 0.69% | 0.69% | - |
| XYZ | 25.22 | 14.27 | 32.88 | - |
| YUV | 102.11 | 158.42 | 180.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 54 | 156 | 0 | 0.69 | 0.11 | 0.31 | 309.84 | 0.53 | 0.45 |
| Hex | B0 | 36 | 9C | 0 | 45 | B | 1F | 136 | 35 | 2D |
| Octal | 260 | 66 | 234 | 0 | 105 | 13 | 37 | 466 | 65 | 55 |
| Binary | 10110000 | 110110 | 10011100 | 0 | 1000101 | 1011 | 11111 | 100110110 | 110101 | 101101 |
Color Harmonies of #B0369C
Complementary color
Monochromatic Colors of #B0369C
Black with #B0369C
Text Example
Text Example
White with #B0369C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0369C; }
p { color: rgb(176,54,156); }
H1.HeaderClassName
{
color: #B0369C;
}
.AnyTagClassName
{
color: #B0369C;
}
</style>
background-color css
<style>
a { background-color: #B0369C; }
a { background-color: rgb(176,54,156); }
div.DivClassName
{
background-color: #B0369C;
}
.BgClassName
{
background-color: #B0369C;
}
</style>
border-color css
<style>
span { border-color: #B0369C; }
span { border-color: rgb(176,54,156); }
td.TdClassName
{
border-color: #B0369C;
}
.TagClassName
{
border-color: #B0369C;
}
</style>