Shades of Mulberry #B25F8C
Tints of Mulberry #B25F8C
RGB
CMYK
RGB Variations
Color information
#B25F8C (or 0xB25F8C) is known color: Mulberry. HEX triplet: B2, 5F and 8C. RGB value is (178,95,140). Sum of RGB (Red+Green+Blue) = 178+95+140=413 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.10% from 413); Green value is 95 (37.5% from 255 or 23.00% from 413); Blue value is 140 (55.08% from 255 or 33.90% from 413); Max value from RGB is 178 - color contains mainly: red. Hex color #B25F8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25F8C is #4DA073. Grayscale: #7C7C7C. Windows color (decimal): -5087348 or 9199538. OLE color: 9199538.
HSL color Cylindrical-coordinate representation of color #B25F8C: hue angle of 327.47º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B25F8C is Cyan = 0, Magento = 0.47, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 95 | 140 | - |
| CMYK | 0 | 0.47 | 0.21 | 0.30 |
| HSL | 327.47º | 0.35% | 0.54% | - |
| HSV(B) | 327.47º | 0.47% | 0.7% | - |
| XYZ | 27.19 | 19.54 | 27.15 | - |
| YUV | 124.95 | 136.5 | 165.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 95 | 140 | 0 | 0.47 | 0.21 | 0.30 | 327.47 | 0.35 | 0.54 |
| Hex | B2 | 5F | 8C | 0 | 2F | 15 | 1E | 147 | 23 | 36 |
| Octal | 262 | 137 | 214 | 0 | 57 | 25 | 36 | 507 | 43 | 66 |
| Binary | 10110010 | 1011111 | 10001100 | 0 | 101111 | 10101 | 11110 | 101000111 | 100011 | 110110 |
Color Harmonies of #B25F8C
Complementary color
Monochromatic Colors of #B25F8C
Black with #B25F8C
Text Example
Text Example
White with #B25F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25F8C; }
p { color: rgb(178,95,140); }
H1.HeaderClassName
{
color: #B25F8C;
}
.AnyTagClassName
{
color: #B25F8C;
}
</style>
background-color css
<style>
a { background-color: #B25F8C; }
a { background-color: rgb(178,95,140); }
div.DivClassName
{
background-color: #B25F8C;
}
.BgClassName
{
background-color: #B25F8C;
}
</style>
border-color css
<style>
span { border-color: #B25F8C; }
span { border-color: rgb(178,95,140); }
td.TdClassName
{
border-color: #B25F8C;
}
.TagClassName
{
border-color: #B25F8C;
}
</style>