Shades of Mulberry #BD419B
Tints of Mulberry #BD419B
RGB
CMYK
RGB Variations
Color information
#BD419B (or 0xBD419B) is known color: Mulberry. HEX triplet: BD, 41 and 9B. RGB value is (189,65,155). Sum of RGB (Red+Green+Blue) = 189+65+155=409 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.21% from 409); Green value is 65 (25.78% from 255 or 15.89% from 409); Blue value is 155 (60.94% from 255 or 37.90% from 409); Max value from RGB is 189 - color contains mainly: red. Hex color #BD419B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD419B is #42BE64. Grayscale: #707070. Windows color (decimal): -4374117 or 10174909. OLE color: 10174909.
HSL color Cylindrical-coordinate representation of color #BD419B: hue angle of 316.45º 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 #BD419B is Cyan = 0, Magento = 0.66, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 65 | 155 | - |
| CMYK | 0 | 0.66 | 0.18 | 0.26 |
| HSL | 316.45º | 0.49% | 0.5% | - |
| HSV(B) | 316.45º | 0.66% | 0.74% | - |
| XYZ | 28.79 | 16.97 | 32.77 | - |
| YUV | 112.34 | 152.08 | 182.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 65 | 155 | 0 | 0.66 | 0.18 | 0.26 | 316.45 | 0.49 | 0.5 |
| Hex | BD | 41 | 9B | 0 | 42 | 12 | 1A | 13C | 31 | 32 |
| Octal | 275 | 101 | 233 | 0 | 102 | 22 | 32 | 474 | 61 | 62 |
| Binary | 10111101 | 1000001 | 10011011 | 0 | 1000010 | 10010 | 11010 | 100111100 | 110001 | 110010 |
Color Harmonies of #BD419B
Complementary color
Monochromatic Colors of #BD419B
Black with #BD419B
Text Example
Text Example
White with #BD419B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD419B; }
p { color: rgb(189,65,155); }
H1.HeaderClassName
{
color: #BD419B;
}
.AnyTagClassName
{
color: #BD419B;
}
</style>
background-color css
<style>
a { background-color: #BD419B; }
a { background-color: rgb(189,65,155); }
div.DivClassName
{
background-color: #BD419B;
}
.BgClassName
{
background-color: #BD419B;
}
</style>
border-color css
<style>
span { border-color: #BD419B; }
span { border-color: rgb(189,65,155); }
td.TdClassName
{
border-color: #BD419B;
}
.TagClassName
{
border-color: #BD419B;
}
</style>