Shades of Medium Red Violet #B02D9D
Tints of Medium Red Violet #B02D9D
RGB
CMYK
RGB Variations
Color information
#B02D9D (or 0xB02D9D) is known color: Medium Red Violet. HEX triplet: B0, 2D and 9D. RGB value is (176,45,157). Sum of RGB (Red+Green+Blue) = 176+45+157=378 (50% of max value = 765). Red value is 176 (69.14% from 255 or 46.56% from 378); Green value is 45 (17.97% from 255 or 11.90% from 378); Blue value is 157 (61.72% from 255 or 41.53% from 378); Max value from RGB is 176 - color contains mainly: red. Hex color #B02D9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B02D9D is #4FD262. Grayscale: #606060. Windows color (decimal): -5231203 or 10300848. OLE color: 10300848.
HSL color Cylindrical-coordinate representation of color #B02D9D: hue angle of 308.7º 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 #B02D9D is Cyan = 0, Magento = 0.74, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 45 | 157 | - |
| CMYK | 0 | 0.74 | 0.11 | 0.31 |
| HSL | 308.7º | 0.59% | 0.43% | - |
| HSV(B) | 308.7º | 0.74% | 0.69% | - |
| XYZ | 24.93 | 13.54 | 33.2 | - |
| YUV | 96.94 | 161.9 | 184.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 45 | 157 | 0 | 0.74 | 0.11 | 0.31 | 308.7 | 0.59 | 0.43 |
| Hex | B0 | 2D | 9D | 0 | 4A | B | 1F | 135 | 3B | 2B |
| Octal | 260 | 55 | 235 | 0 | 112 | 13 | 37 | 465 | 73 | 53 |
| Binary | 10110000 | 101101 | 10011101 | 0 | 1001010 | 1011 | 11111 | 100110101 | 111011 | 101011 |
Color Harmonies of #B02D9D
Complementary color
Monochromatic Colors of #B02D9D
Black with #B02D9D
Text Example
Text Example
White with #B02D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02D9D; }
p { color: rgb(176,45,157); }
H1.HeaderClassName
{
color: #B02D9D;
}
.AnyTagClassName
{
color: #B02D9D;
}
</style>
background-color css
<style>
a { background-color: #B02D9D; }
a { background-color: rgb(176,45,157); }
div.DivClassName
{
background-color: #B02D9D;
}
.BgClassName
{
background-color: #B02D9D;
}
</style>
border-color css
<style>
span { border-color: #B02D9D; }
span { border-color: rgb(176,45,157); }
td.TdClassName
{
border-color: #B02D9D;
}
.TagClassName
{
border-color: #B02D9D;
}
</style>