Shades of Medium Red Violet #B0338F
Tints of Medium Red Violet #B0338F
RGB
CMYK
RGB Variations
Color information
#B0338F (or 0xB0338F) is known color: Medium Red Violet. HEX triplet: B0, 33 and 8F. RGB value is (176,51,143). Sum of RGB (Red+Green+Blue) = 176+51+143=370 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.57% from 370); Green value is 51 (20.31% from 255 or 13.78% from 370); Blue value is 143 (56.25% from 255 or 38.65% from 370); Max value from RGB is 176 - color contains mainly: red. Hex color #B0338F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0338F is #4FCC70. Grayscale: #626262. Windows color (decimal): -5229681 or 9384880. OLE color: 9384880.
HSL color Cylindrical-coordinate representation of color #B0338F: hue angle of 315.84º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B0338F is Cyan = 0, Magento = 0.71, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 51 | 143 | - |
| CMYK | 0 | 0.71 | 0.19 | 0.31 |
| HSL | 315.84º | 0.55% | 0.45% | - |
| HSV(B) | 315.84º | 0.71% | 0.69% | - |
| XYZ | 24.05 | 13.58 | 27.34 | - |
| YUV | 98.86 | 152.91 | 183.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 51 | 143 | 0 | 0.71 | 0.19 | 0.31 | 315.84 | 0.55 | 0.45 |
| Hex | B0 | 33 | 8F | 0 | 47 | 13 | 1F | 13C | 37 | 2D |
| Octal | 260 | 63 | 217 | 0 | 107 | 23 | 37 | 474 | 67 | 55 |
| Binary | 10110000 | 110011 | 10001111 | 0 | 1000111 | 10011 | 11111 | 100111100 | 110111 | 101101 |
Color Harmonies of #B0338F
Complementary color
Monochromatic Colors of #B0338F
Black with #B0338F
Text Example
Text Example
White with #B0338F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0338F; }
p { color: rgb(176,51,143); }
H1.HeaderClassName
{
color: #B0338F;
}
.AnyTagClassName
{
color: #B0338F;
}
</style>
background-color css
<style>
a { background-color: #B0338F; }
a { background-color: rgb(176,51,143); }
div.DivClassName
{
background-color: #B0338F;
}
.BgClassName
{
background-color: #B0338F;
}
</style>
border-color css
<style>
span { border-color: #B0338F; }
span { border-color: rgb(176,51,143); }
td.TdClassName
{
border-color: #B0338F;
}
.TagClassName
{
border-color: #B0338F;
}
</style>