Shades of Mulberry #B75A8A
Tints of Mulberry #B75A8A
RGB
CMYK
RGB Variations
Color information
#B75A8A (or 0xB75A8A) is known color: Mulberry. HEX triplet: B7, 5A and 8A. RGB value is (183,90,138). Sum of RGB (Red+Green+Blue) = 183+90+138=411 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.53% from 411); Green value is 90 (35.55% from 255 or 21.90% from 411); Blue value is 138 (54.30% from 255 or 33.58% from 411); Max value from RGB is 183 - color contains mainly: red. Hex color #B75A8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75A8A is #48A575. Grayscale: #7B7B7B. Windows color (decimal): -4760950 or 9067191. OLE color: 9067191.
HSL color Cylindrical-coordinate representation of color #B75A8A: hue angle of 329.03º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B75A8A is Cyan = 0, Magento = 0.51, Yellow = 0.25 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 90 | 138 | - |
| CMYK | 0 | 0.51 | 0.25 | 0.28 |
| HSL | 329.03º | 0.39% | 0.54% | - |
| HSV(B) | 329.03º | 0.51% | 0.72% | - |
| XYZ | 27.77 | 19.21 | 26.29 | - |
| YUV | 123.28 | 136.31 | 170.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 90 | 138 | 0 | 0.51 | 0.25 | 0.28 | 329.03 | 0.39 | 0.54 |
| Hex | B7 | 5A | 8A | 0 | 33 | 19 | 1C | 149 | 27 | 36 |
| Octal | 267 | 132 | 212 | 0 | 63 | 31 | 34 | 511 | 47 | 66 |
| Binary | 10110111 | 1011010 | 10001010 | 0 | 110011 | 11001 | 11100 | 101001001 | 100111 | 110110 |
Color Harmonies of #B75A8A
Complementary color
Monochromatic Colors of #B75A8A
Black with #B75A8A
Text Example
Text Example
White with #B75A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B75A8A; }
p { color: rgb(183,90,138); }
H1.HeaderClassName
{
color: #B75A8A;
}
.AnyTagClassName
{
color: #B75A8A;
}
</style>
background-color css
<style>
a { background-color: #B75A8A; }
a { background-color: rgb(183,90,138); }
div.DivClassName
{
background-color: #B75A8A;
}
.BgClassName
{
background-color: #B75A8A;
}
</style>
border-color css
<style>
span { border-color: #B75A8A; }
span { border-color: rgb(183,90,138); }
td.TdClassName
{
border-color: #B75A8A;
}
.TagClassName
{
border-color: #B75A8A;
}
</style>