Shades of Mulberry #B945A3
Tints of Mulberry #B945A3
RGB
CMYK
RGB Variations
Color information
#B945A3 (or 0xB945A3) is known color: Mulberry. HEX triplet: B9, 45 and A3. RGB value is (185,69,163). Sum of RGB (Red+Green+Blue) = 185+69+163=417 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.36% from 417); Green value is 69 (27.34% from 255 or 16.55% from 417); Blue value is 163 (64.06% from 255 or 39.09% from 417); Max value from RGB is 185 - color contains mainly: red. Hex color #B945A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B945A3 is #46BA5C. Grayscale: #727272. Windows color (decimal): -4635229 or 10700217. OLE color: 10700217.
HSL color Cylindrical-coordinate representation of color #B945A3: hue angle of 311.38º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B945A3 is Cyan = 0, Magento = 0.63, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 69 | 163 | - |
| CMYK | 0 | 0.63 | 0.12 | 0.27 |
| HSL | 311.38º | 0.46% | 0.5% | - |
| HSV(B) | 311.38º | 0.63% | 0.73% | - |
| XYZ | 28.75 | 17.21 | 36.46 | - |
| YUV | 114.4 | 155.43 | 178.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 69 | 163 | 0 | 0.63 | 0.12 | 0.27 | 311.38 | 0.46 | 0.5 |
| Hex | B9 | 45 | A3 | 0 | 3F | C | 1B | 137 | 2E | 32 |
| Octal | 271 | 105 | 243 | 0 | 77 | 14 | 33 | 467 | 56 | 62 |
| Binary | 10111001 | 1000101 | 10100011 | 0 | 111111 | 1100 | 11011 | 100110111 | 101110 | 110010 |
Color Harmonies of #B945A3
Complementary color
Monochromatic Colors of #B945A3
Black with #B945A3
Text Example
Text Example
White with #B945A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B945A3; }
p { color: rgb(185,69,163); }
H1.HeaderClassName
{
color: #B945A3;
}
.AnyTagClassName
{
color: #B945A3;
}
</style>
background-color css
<style>
a { background-color: #B945A3; }
a { background-color: rgb(185,69,163); }
div.DivClassName
{
background-color: #B945A3;
}
.BgClassName
{
background-color: #B945A3;
}
</style>
border-color css
<style>
span { border-color: #B945A3; }
span { border-color: rgb(185,69,163); }
td.TdClassName
{
border-color: #B945A3;
}
.TagClassName
{
border-color: #B945A3;
}
</style>