Shades of Medium Red Violet #B0369B
Tints of Medium Red Violet #B0369B
RGB
CMYK
RGB Variations
Color information
#B0369B (or 0xB0369B) is known color: Medium Red Violet. HEX triplet: B0, 36 and 9B. RGB value is (176,54,155). Sum of RGB (Red+Green+Blue) = 176+54+155=385 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.71% from 385); Green value is 54 (21.48% from 255 or 14.03% from 385); Blue value is 155 (60.94% from 255 or 40.26% from 385); Max value from RGB is 176 - color contains mainly: red. Hex color #B0369B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0369B is #4FC964. Grayscale: #656565. Windows color (decimal): -5228901 or 10172080. OLE color: 10172080.
HSL color Cylindrical-coordinate representation of color #B0369B: hue angle of 310.33º 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 #B0369B is Cyan = 0, Magento = 0.69, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 54 | 155 | - |
| CMYK | 0 | 0.69 | 0.12 | 0.31 |
| HSL | 310.33º | 0.53% | 0.45% | - |
| HSV(B) | 310.33º | 0.69% | 0.69% | - |
| XYZ | 25.14 | 14.24 | 32.43 | - |
| YUV | 101.99 | 157.92 | 180.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 54 | 155 | 0 | 0.69 | 0.12 | 0.31 | 310.33 | 0.53 | 0.45 |
| Hex | B0 | 36 | 9B | 0 | 45 | C | 1F | 136 | 35 | 2D |
| Octal | 260 | 66 | 233 | 0 | 105 | 14 | 37 | 466 | 65 | 55 |
| Binary | 10110000 | 110110 | 10011011 | 0 | 1000101 | 1100 | 11111 | 100110110 | 110101 | 101101 |
Color Harmonies of #B0369B
Complementary color
Monochromatic Colors of #B0369B
Black with #B0369B
Text Example
Text Example
White with #B0369B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0369B; }
p { color: rgb(176,54,155); }
H1.HeaderClassName
{
color: #B0369B;
}
.AnyTagClassName
{
color: #B0369B;
}
</style>
background-color css
<style>
a { background-color: #B0369B; }
a { background-color: rgb(176,54,155); }
div.DivClassName
{
background-color: #B0369B;
}
.BgClassName
{
background-color: #B0369B;
}
</style>
border-color css
<style>
span { border-color: #B0369B; }
span { border-color: rgb(176,54,155); }
td.TdClassName
{
border-color: #B0369B;
}
.TagClassName
{
border-color: #B0369B;
}
</style>