Shades of Medium Red Violet #B02A9D
Tints of Medium Red Violet #B02A9D
RGB
CMYK
RGB Variations
Color information
#B02A9D (or 0xB02A9D) is known color: Medium Red Violet. HEX triplet: B0, 2A and 9D. RGB value is (176,42,157). Sum of RGB (Red+Green+Blue) = 176+42+157=375 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.93% from 375); Green value is 42 (16.80% from 255 or 11.2% from 375); Blue value is 157 (61.72% from 255 or 41.87% from 375); Max value from RGB is 176 - color contains mainly: red. Hex color #B02A9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B02A9D is #4FD562. Grayscale: #5E5E5E. Windows color (decimal): -5231971 or 10300080. OLE color: 10300080.
HSL color Cylindrical-coordinate representation of color #B02A9D: hue angle of 308.51º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B02A9D is Cyan = 0, Magento = 0.76, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 42 | 157 | - |
| CMYK | 0 | 0.76 | 0.11 | 0.31 |
| HSL | 308.51º | 0.61% | 0.43% | - |
| HSV(B) | 308.51º | 0.76% | 0.69% | - |
| XYZ | 24.82 | 13.32 | 33.16 | - |
| YUV | 95.18 | 162.89 | 185.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 42 | 157 | 0 | 0.76 | 0.11 | 0.31 | 308.51 | 0.61 | 0.43 |
| Hex | B0 | 2A | 9D | 0 | 4C | B | 1F | 135 | 3D | 2B |
| Octal | 260 | 52 | 235 | 0 | 114 | 13 | 37 | 465 | 75 | 53 |
| Binary | 10110000 | 101010 | 10011101 | 0 | 1001100 | 1011 | 11111 | 100110101 | 111101 | 101011 |
Color Harmonies of #B02A9D
Complementary color
Monochromatic Colors of #B02A9D
Black with #B02A9D
Text Example
Text Example
White with #B02A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B02A9D; }
p { color: rgb(176,42,157); }
H1.HeaderClassName
{
color: #B02A9D;
}
.AnyTagClassName
{
color: #B02A9D;
}
</style>
background-color css
<style>
a { background-color: #B02A9D; }
a { background-color: rgb(176,42,157); }
div.DivClassName
{
background-color: #B02A9D;
}
.BgClassName
{
background-color: #B02A9D;
}
</style>
border-color css
<style>
span { border-color: #B02A9D; }
span { border-color: rgb(176,42,157); }
td.TdClassName
{
border-color: #B02A9D;
}
.TagClassName
{
border-color: #B02A9D;
}
</style>