Shades of Medium Red Violet #BD307D
Tints of Medium Red Violet #BD307D
RGB
CMYK
RGB Variations
Color information
#BD307D (or 0xBD307D) is known color: Medium Red Violet. HEX triplet: BD, 30 and 7D. RGB value is (189,48,125). Sum of RGB (Red+Green+Blue) = 189+48+125=362 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.21% from 362); Green value is 48 (19.14% from 255 or 13.26% from 362); Blue value is 125 (49.22% from 255 or 34.53% from 362); Max value from RGB is 189 - color contains mainly: red. Hex color #BD307D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD307D is #42CF82. Grayscale: #626262. Windows color (decimal): -4378499 or 8204477. OLE color: 8204477.
HSL color Cylindrical-coordinate representation of color #BD307D: hue angle of 327.23º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BD307D is Cyan = 0, Magento = 0.75, Yellow = 0.34 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 48 | 125 | - |
| CMYK | 0 | 0.75 | 0.34 | 0.26 |
| HSL | 327.23º | 0.59% | 0.46% | - |
| HSV(B) | 327.23º | 0.75% | 0.74% | - |
| XYZ | 25.74 | 14.41 | 20.83 | - |
| YUV | 98.94 | 142.71 | 192.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 48 | 125 | 0 | 0.75 | 0.34 | 0.26 | 327.23 | 0.59 | 0.46 |
| Hex | BD | 30 | 7D | 0 | 4B | 22 | 1A | 147 | 3B | 2E |
| Octal | 275 | 60 | 175 | 0 | 113 | 42 | 32 | 507 | 73 | 56 |
| Binary | 10111101 | 110000 | 1111101 | 0 | 1001011 | 100010 | 11010 | 101000111 | 111011 | 101110 |
Color Harmonies of #BD307D
Complementary color
Monochromatic Colors of #BD307D
Black with #BD307D
Text Example
Text Example
White with #BD307D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD307D; }
p { color: rgb(189,48,125); }
H1.HeaderClassName
{
color: #BD307D;
}
.AnyTagClassName
{
color: #BD307D;
}
</style>
background-color css
<style>
a { background-color: #BD307D; }
a { background-color: rgb(189,48,125); }
div.DivClassName
{
background-color: #BD307D;
}
.BgClassName
{
background-color: #BD307D;
}
</style>
border-color css
<style>
span { border-color: #BD307D; }
span { border-color: rgb(189,48,125); }
td.TdClassName
{
border-color: #BD307D;
}
.TagClassName
{
border-color: #BD307D;
}
</style>