Shades of Mulberry #BF438C
Tints of Mulberry #BF438C
RGB
CMYK
RGB Variations
Color information
#BF438C (or 0xBF438C) is known color: Mulberry. HEX triplet: BF, 43 and 8C. RGB value is (191,67,140). Sum of RGB (Red+Green+Blue) = 191+67+140=398 (52% of max value = 765). Red value is 191 (75% from 255 or 47.99% from 398); Green value is 67 (26.56% from 255 or 16.83% from 398); Blue value is 140 (55.08% from 255 or 35.18% from 398); Max value from RGB is 191 - color contains mainly: red. Hex color #BF438C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF438C is #40BC73. Grayscale: #707070. Windows color (decimal): -4242548 or 9192383. OLE color: 9192383.
HSL color Cylindrical-coordinate representation of color #BF438C: hue angle of 324.68º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BF438C is Cyan = 0, Magento = 0.65, Yellow = 0.27 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 67 | 140 | - |
| CMYK | 0 | 0.65 | 0.27 | 0.25 |
| HSL | 324.68º | 0.49% | 0.51% | - |
| HSV(B) | 324.68º | 0.65% | 0.75% | - |
| XYZ | 28.23 | 16.98 | 26.6 | - |
| YUV | 112.4 | 143.58 | 184.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 67 | 140 | 0 | 0.65 | 0.27 | 0.25 | 324.68 | 0.49 | 0.51 |
| Hex | BF | 43 | 8C | 0 | 41 | 1B | 19 | 145 | 31 | 33 |
| Octal | 277 | 103 | 214 | 0 | 101 | 33 | 31 | 505 | 61 | 63 |
| Binary | 10111111 | 1000011 | 10001100 | 0 | 1000001 | 11011 | 11001 | 101000101 | 110001 | 110011 |
Color Harmonies of #BF438C
Complementary color
Monochromatic Colors of #BF438C
Black with #BF438C
Text Example
Text Example
White with #BF438C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF438C; }
p { color: rgb(191,67,140); }
H1.HeaderClassName
{
color: #BF438C;
}
.AnyTagClassName
{
color: #BF438C;
}
</style>
background-color css
<style>
a { background-color: #BF438C; }
a { background-color: rgb(191,67,140); }
div.DivClassName
{
background-color: #BF438C;
}
.BgClassName
{
background-color: #BF438C;
}
</style>
border-color css
<style>
span { border-color: #BF438C; }
span { border-color: rgb(191,67,140); }
td.TdClassName
{
border-color: #BF438C;
}
.TagClassName
{
border-color: #BF438C;
}
</style>