Shades of Mulberry #B75F8B
Tints of Mulberry #B75F8B
RGB
CMYK
RGB Variations
Color information
#B75F8B (or 0xB75F8B) is known color: Mulberry. HEX triplet: B7, 5F and 8B. RGB value is (183,95,139). Sum of RGB (Red+Green+Blue) = 183+95+139=417 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.88% from 417); Green value is 95 (37.5% from 255 or 22.78% from 417); Blue value is 139 (54.69% from 255 or 33.33% from 417); Max value from RGB is 183 - color contains mainly: red. Hex color #B75F8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75F8B is #48A074. Grayscale: #7E7E7E. Windows color (decimal): -4759669 or 9134007. OLE color: 9134007.
HSL color Cylindrical-coordinate representation of color #B75F8B: hue angle of 330º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B75F8B is Cyan = 0, Magento = 0.48, Yellow = 0.24 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 95 | 139 | - |
| CMYK | 0 | 0.48 | 0.24 | 0.28 |
| HSL | 330º | 0.38% | 0.55% | - |
| HSV(B) | 330º | 0.48% | 0.72% | - |
| XYZ | 28.28 | 20.12 | 26.82 | - |
| YUV | 126.33 | 135.15 | 168.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 95 | 139 | 0 | 0.48 | 0.24 | 0.28 | 330 | 0.38 | 0.55 |
| Hex | B7 | 5F | 8B | 0 | 30 | 18 | 1C | 14A | 26 | 37 |
| Octal | 267 | 137 | 213 | 0 | 60 | 30 | 34 | 512 | 46 | 67 |
| Binary | 10110111 | 1011111 | 10001011 | 0 | 110000 | 11000 | 11100 | 101001010 | 100110 | 110111 |
Color Harmonies of #B75F8B
Complementary color
Monochromatic Colors of #B75F8B
Black with #B75F8B
Text Example
Text Example
White with #B75F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B75F8B; }
p { color: rgb(183,95,139); }
H1.HeaderClassName
{
color: #B75F8B;
}
.AnyTagClassName
{
color: #B75F8B;
}
</style>
background-color css
<style>
a { background-color: #B75F8B; }
a { background-color: rgb(183,95,139); }
div.DivClassName
{
background-color: #B75F8B;
}
.BgClassName
{
background-color: #B75F8B;
}
</style>
border-color css
<style>
span { border-color: #B75F8B; }
span { border-color: rgb(183,95,139); }
td.TdClassName
{
border-color: #B75F8B;
}
.TagClassName
{
border-color: #B75F8B;
}
</style>