Shades of Mulberry #B75A9B
Tints of Mulberry #B75A9B
RGB
CMYK
RGB Variations
Color information
#B75A9B (or 0xB75A9B) is known color: Mulberry. HEX triplet: B7, 5A and 9B. RGB value is (183,90,155). Sum of RGB (Red+Green+Blue) = 183+90+155=428 (56% of max value = 765). Red value is 183 (71.88% from 255 or 42.76% from 428); Green value is 90 (35.55% from 255 or 21.03% from 428); Blue value is 155 (60.94% from 255 or 36.21% from 428); Max value from RGB is 183 - color contains mainly: red. Hex color #B75A9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75A9B is #48A564. Grayscale: #7D7D7D. Windows color (decimal): -4760933 or 10181303. OLE color: 10181303.
HSL color Cylindrical-coordinate representation of color #B75A9B: hue angle of 318.06º 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 #B75A9B is Cyan = 0, Magento = 0.51, Yellow = 0.15 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 90 | 155 | - |
| CMYK | 0 | 0.51 | 0.15 | 0.28 |
| HSL | 318.06º | 0.39% | 0.54% | - |
| HSV(B) | 318.06º | 0.51% | 0.72% | - |
| XYZ | 29.1 | 19.75 | 33.29 | - |
| YUV | 125.22 | 144.81 | 169.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 90 | 155 | 0 | 0.51 | 0.15 | 0.28 | 318.06 | 0.39 | 0.54 |
| Hex | B7 | 5A | 9B | 0 | 33 | F | 1C | 13E | 27 | 36 |
| Octal | 267 | 132 | 233 | 0 | 63 | 17 | 34 | 476 | 47 | 66 |
| Binary | 10110111 | 1011010 | 10011011 | 0 | 110011 | 1111 | 11100 | 100111110 | 100111 | 110110 |
Color Harmonies of #B75A9B
Complementary color
Monochromatic Colors of #B75A9B
Black with #B75A9B
Text Example
Text Example
White with #B75A9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B75A9B; }
p { color: rgb(183,90,155); }
H1.HeaderClassName
{
color: #B75A9B;
}
.AnyTagClassName
{
color: #B75A9B;
}
</style>
background-color css
<style>
a { background-color: #B75A9B; }
a { background-color: rgb(183,90,155); }
div.DivClassName
{
background-color: #B75A9B;
}
.BgClassName
{
background-color: #B75A9B;
}
</style>
border-color css
<style>
span { border-color: #B75A9B; }
span { border-color: rgb(183,90,155); }
td.TdClassName
{
border-color: #B75A9B;
}
.TagClassName
{
border-color: #B75A9B;
}
</style>