Shades of Mulberry #B25A94
Tints of Mulberry #B25A94
RGB
CMYK
RGB Variations
Color information
#B25A94 (or 0xB25A94) is known color: Mulberry. HEX triplet: B2, 5A and 94. RGB value is (178,90,148). Sum of RGB (Red+Green+Blue) = 178+90+148=416 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.79% from 416); Green value is 90 (35.55% from 255 or 21.63% from 416); Blue value is 148 (58.20% from 255 or 35.58% from 416); Max value from RGB is 178 - color contains mainly: red. Hex color #B25A94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B25A94 is #4DA56B. Grayscale: #7A7A7A. Windows color (decimal): -5088620 or 9722546. OLE color: 9722546.
HSL color Cylindrical-coordinate representation of color #B25A94: hue angle of 320.45º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B25A94 is Cyan = 0, Magento = 0.49, Yellow = 0.17 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 90 | 148 | - |
| CMYK | 0 | 0.49 | 0.17 | 0.30 |
| HSL | 320.45º | 0.36% | 0.53% | - |
| HSV(B) | 320.45º | 0.49% | 0.7% | - |
| XYZ | 27.36 | 18.92 | 30.23 | - |
| YUV | 122.92 | 142.15 | 167.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 90 | 148 | 0 | 0.49 | 0.17 | 0.30 | 320.45 | 0.36 | 0.53 |
| Hex | B2 | 5A | 94 | 0 | 31 | 11 | 1E | 140 | 24 | 35 |
| Octal | 262 | 132 | 224 | 0 | 61 | 21 | 36 | 500 | 44 | 65 |
| Binary | 10110010 | 1011010 | 10010100 | 0 | 110001 | 10001 | 11110 | 101000000 | 100100 | 110101 |
Color Harmonies of #B25A94
Complementary color
Monochromatic Colors of #B25A94
Black with #B25A94
Text Example
Text Example
White with #B25A94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B25A94; }
p { color: rgb(178,90,148); }
H1.HeaderClassName
{
color: #B25A94;
}
.AnyTagClassName
{
color: #B25A94;
}
</style>
background-color css
<style>
a { background-color: #B25A94; }
a { background-color: rgb(178,90,148); }
div.DivClassName
{
background-color: #B25A94;
}
.BgClassName
{
background-color: #B25A94;
}
</style>
border-color css
<style>
span { border-color: #B25A94; }
span { border-color: rgb(178,90,148); }
td.TdClassName
{
border-color: #B25A94;
}
.TagClassName
{
border-color: #B25A94;
}
</style>