Shades of Medium Red Violet #BD408B
Tints of Medium Red Violet #BD408B
RGB
CMYK
RGB Variations
Color information
#BD408B (or 0xBD408B) is known color: Medium Red Violet. HEX triplet: BD, 40 and 8B. RGB value is (189,64,139). Sum of RGB (Red+Green+Blue) = 189+64+139=392 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.21% from 392); Green value is 64 (25.39% from 255 or 16.33% from 392); Blue value is 139 (54.69% from 255 or 35.46% from 392); Max value from RGB is 189 - color contains mainly: red. Hex color #BD408B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD408B is #42BF74. Grayscale: #6D6D6D. Windows color (decimal): -4374389 or 9126077. OLE color: 9126077.
HSL color Cylindrical-coordinate representation of color #BD408B: hue angle of 324º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BD408B is Cyan = 0, Magento = 0.66, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 64 | 139 | - |
| CMYK | 0 | 0.66 | 0.26 | 0.26 |
| HSL | 324º | 0.49% | 0.5% | - |
| HSV(B) | 324º | 0.66% | 0.74% | - |
| XYZ | 27.48 | 16.35 | 26.13 | - |
| YUV | 109.93 | 144.41 | 184.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 64 | 139 | 0 | 0.66 | 0.26 | 0.26 | 324 | 0.49 | 0.5 |
| Hex | BD | 40 | 8B | 0 | 42 | 1A | 1A | 144 | 31 | 32 |
| Octal | 275 | 100 | 213 | 0 | 102 | 32 | 32 | 504 | 61 | 62 |
| Binary | 10111101 | 1000000 | 10001011 | 0 | 1000010 | 11010 | 11010 | 101000100 | 110001 | 110010 |
Color Harmonies of #BD408B
Complementary color
Monochromatic Colors of #BD408B
Black with #BD408B
Text Example
Text Example
White with #BD408B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD408B; }
p { color: rgb(189,64,139); }
H1.HeaderClassName
{
color: #BD408B;
}
.AnyTagClassName
{
color: #BD408B;
}
</style>
background-color css
<style>
a { background-color: #BD408B; }
a { background-color: rgb(189,64,139); }
div.DivClassName
{
background-color: #BD408B;
}
.BgClassName
{
background-color: #BD408B;
}
</style>
border-color css
<style>
span { border-color: #BD408B; }
span { border-color: rgb(189,64,139); }
td.TdClassName
{
border-color: #BD408B;
}
.TagClassName
{
border-color: #BD408B;
}
</style>