Shades of Mulberry #BF4A8A
Tints of Mulberry #BF4A8A
RGB
CMYK
RGB Variations
Color information
#BF4A8A (or 0xBF4A8A) is known color: Mulberry. HEX triplet: BF, 4A and 8A. RGB value is (191,74,138). Sum of RGB (Red+Green+Blue) = 191+74+138=403 (53% of max value = 765). Red value is 191 (75% from 255 or 47.39% from 403); Green value is 74 (29.30% from 255 or 18.36% from 403); Blue value is 138 (54.30% from 255 or 34.24% from 403); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4A8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF4A8A is #40B575. Grayscale: #747474. Windows color (decimal): -4240758 or 9063103. OLE color: 9063103.
HSL color Cylindrical-coordinate representation of color #BF4A8A: hue angle of 327.18º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BF4A8A is Cyan = 0, Magento = 0.61, Yellow = 0.28 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 74 | 138 | - |
| CMYK | 0 | 0.61 | 0.28 | 0.25 |
| HSL | 327.18º | 0.48% | 0.52% | - |
| HSV(B) | 327.18º | 0.61% | 0.75% | - |
| XYZ | 28.52 | 17.81 | 25.98 | - |
| YUV | 116.28 | 140.26 | 181.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 74 | 138 | 0 | 0.61 | 0.28 | 0.25 | 327.18 | 0.48 | 0.52 |
| Hex | BF | 4A | 8A | 0 | 3D | 1C | 19 | 147 | 30 | 34 |
| Octal | 277 | 112 | 212 | 0 | 75 | 34 | 31 | 507 | 60 | 64 |
| Binary | 10111111 | 1001010 | 10001010 | 0 | 111101 | 11100 | 11001 | 101000111 | 110000 | 110100 |
Color Harmonies of #BF4A8A
Complementary color
Monochromatic Colors of #BF4A8A
Black with #BF4A8A
Text Example
Text Example
White with #BF4A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4A8A; }
p { color: rgb(191,74,138); }
H1.HeaderClassName
{
color: #BF4A8A;
}
.AnyTagClassName
{
color: #BF4A8A;
}
</style>
background-color css
<style>
a { background-color: #BF4A8A; }
a { background-color: rgb(191,74,138); }
div.DivClassName
{
background-color: #BF4A8A;
}
.BgClassName
{
background-color: #BF4A8A;
}
</style>
border-color css
<style>
span { border-color: #BF4A8A; }
span { border-color: rgb(191,74,138); }
td.TdClassName
{
border-color: #BF4A8A;
}
.TagClassName
{
border-color: #BF4A8A;
}
</style>