Shades of Medium Red Violet #B02D8D
Tints of Medium Red Violet #B02D8D
RGB
CMYK
RGB Variations
Color information
#B02D8D (or 0xB02D8D) is known color: Medium Red Violet. HEX triplet: B0, 2D and 8D. RGB value is (176,45,141). Sum of RGB (Red+Green+Blue) = 176+45+141=362 (47% of max value = 765). Red value is 176 (69.14% from 255 or 48.62% from 362); Green value is 45 (17.97% from 255 or 12.43% from 362); Blue value is 141 (55.47% from 255 or 38.95% from 362); Max value from RGB is 176 - color contains mainly: red. Hex color #B02D8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B02D8D is #4FD272. Grayscale: #5E5E5E. Windows color (decimal): -5231219 or 9252272. OLE color: 9252272.
HSL color Cylindrical-coordinate representation of color #B02D8D: hue angle of 316.03º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B02D8D is Cyan = 0, Magento = 0.74, Yellow = 0.20 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 45 | 141 | - |
| CMYK | 0 | 0.74 | 0.20 | 0.31 |
| HSL | 316.03º | 0.59% | 0.43% | - |
| HSV(B) | 316.03º | 0.74% | 0.69% | - |
| XYZ | 23.65 | 13.03 | 26.47 | - |
| YUV | 95.11 | 153.9 | 185.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 45 | 141 | 0 | 0.74 | 0.20 | 0.31 | 316.03 | 0.59 | 0.43 |
| Hex | B0 | 2D | 8D | 0 | 4A | 14 | 1F | 13C | 3B | 2B |
| Octal | 260 | 55 | 215 | 0 | 112 | 24 | 37 | 474 | 73 | 53 |
| Binary | 10110000 | 101101 | 10001101 | 0 | 1001010 | 10100 | 11111 | 100111100 | 111011 | 101011 |
Color Harmonies of #B02D8D
Complementary color
Monochromatic Colors of #B02D8D
Black with #B02D8D
Text Example
Text Example
White with #B02D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02D8D; }
p { color: rgb(176,45,141); }
H1.HeaderClassName
{
color: #B02D8D;
}
.AnyTagClassName
{
color: #B02D8D;
}
</style>
background-color css
<style>
a { background-color: #B02D8D; }
a { background-color: rgb(176,45,141); }
div.DivClassName
{
background-color: #B02D8D;
}
.BgClassName
{
background-color: #B02D8D;
}
</style>
border-color css
<style>
span { border-color: #B02D8D; }
span { border-color: rgb(176,45,141); }
td.TdClassName
{
border-color: #B02D8D;
}
.TagClassName
{
border-color: #B02D8D;
}
</style>