Shades of Medium Red Violet #BD357B
Tints of Medium Red Violet #BD357B
RGB
CMYK
RGB Variations
Color information
#BD357B (or 0xBD357B) is known color: Medium Red Violet. HEX triplet: BD, 35 and 7B. RGB value is (189,53,123). Sum of RGB (Red+Green+Blue) = 189+53+123=365 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.78% from 365); Green value is 53 (21.09% from 255 or 14.52% from 365); Blue value is 123 (48.44% from 255 or 33.70% from 365); Max value from RGB is 189 - color contains mainly: red. Hex color #BD357B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD357B is #42CA84. Grayscale: #656565. Windows color (decimal): -4377221 or 8074685. OLE color: 8074685.
HSL color Cylindrical-coordinate representation of color #BD357B: hue angle of 329.12º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BD357B is Cyan = 0, Magento = 0.72, Yellow = 0.35 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 53 | 123 | - |
| CMYK | 0 | 0.72 | 0.35 | 0.26 |
| HSL | 329.12º | 0.56% | 0.47% | - |
| HSV(B) | 329.12º | 0.72% | 0.74% | - |
| XYZ | 25.83 | 14.8 | 20.23 | - |
| YUV | 101.64 | 140.06 | 190.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 53 | 123 | 0 | 0.72 | 0.35 | 0.26 | 329.12 | 0.56 | 0.47 |
| Hex | BD | 35 | 7B | 0 | 48 | 23 | 1A | 149 | 38 | 2F |
| Octal | 275 | 65 | 173 | 0 | 110 | 43 | 32 | 511 | 70 | 57 |
| Binary | 10111101 | 110101 | 1111011 | 0 | 1001000 | 100011 | 11010 | 101001001 | 111000 | 101111 |
Color Harmonies of #BD357B
Complementary color
Monochromatic Colors of #BD357B
Black with #BD357B
Text Example
Text Example
White with #BD357B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD357B; }
p { color: rgb(189,53,123); }
H1.HeaderClassName
{
color: #BD357B;
}
.AnyTagClassName
{
color: #BD357B;
}
</style>
background-color css
<style>
a { background-color: #BD357B; }
a { background-color: rgb(189,53,123); }
div.DivClassName
{
background-color: #BD357B;
}
.BgClassName
{
background-color: #BD357B;
}
</style>
border-color css
<style>
span { border-color: #BD357B; }
span { border-color: rgb(189,53,123); }
td.TdClassName
{
border-color: #BD357B;
}
.TagClassName
{
border-color: #BD357B;
}
</style>