Shades of Medium Violet Red #BD0FA4
Tints of Medium Violet Red #BD0FA4
RGB
CMYK
RGB Variations
Color information
#BD0FA4 (or 0xBD0FA4) is known color: Medium Violet Red. HEX triplet: BD, 0F and A4. RGB value is (189,15,164). Sum of RGB (Red+Green+Blue) = 189+15+164=368 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.36% from 368); Green value is 15 (6.25% from 255 or 4.08% from 368); Blue value is 164 (64.45% from 255 or 44.57% from 368); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0FA4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BD0FA4 is #42F05B. Grayscale: #535353. Windows color (decimal): -4386908 or 10751933. OLE color: 10751933.
HSL color Cylindrical-coordinate representation of color #BD0FA4: hue angle of 308.62º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BD0FA4 is Cyan = 0, Magento = 0.92, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 15 | 164 | - |
| CMYK | 0 | 0.92 | 0.13 | 0.26 |
| HSL | 308.62º | 0.85% | 0.4% | - |
| HSV(B) | 308.62º | 0.92% | 0.74% | - |
| XYZ | 27.86 | 13.84 | 36.33 | - |
| YUV | 84.01 | 173.15 | 202.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 15 | 164 | 0 | 0.92 | 0.13 | 0.26 | 308.62 | 0.85 | 0.4 |
| Hex | BD | F | A4 | 0 | 5C | D | 1A | 135 | 55 | 28 |
| Octal | 275 | 17 | 244 | 0 | 134 | 15 | 32 | 465 | 125 | 50 |
| Binary | 10111101 | 1111 | 10100100 | 0 | 1011100 | 1101 | 11010 | 100110101 | 1010101 | 101000 |
Color Harmonies of #BD0FA4
Complementary color
Monochromatic Colors of #BD0FA4
Black with #BD0FA4
Text Example
Text Example
White with #BD0FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD0FA4; }
p { color: rgb(189,15,164); }
H1.HeaderClassName
{
color: #BD0FA4;
}
.AnyTagClassName
{
color: #BD0FA4;
}
</style>
background-color css
<style>
a { background-color: #BD0FA4; }
a { background-color: rgb(189,15,164); }
div.DivClassName
{
background-color: #BD0FA4;
}
.BgClassName
{
background-color: #BD0FA4;
}
</style>
border-color css
<style>
span { border-color: #BD0FA4; }
span { border-color: rgb(189,15,164); }
td.TdClassName
{
border-color: #BD0FA4;
}
.TagClassName
{
border-color: #BD0FA4;
}
</style>