Shades of Mulberry #B642A0
Tints of Mulberry #B642A0
RGB
CMYK
RGB Variations
Color information
#B642A0 (or 0xB642A0) is known color: Mulberry. HEX triplet: B6, 42 and A0. RGB value is (182,66,160). Sum of RGB (Red+Green+Blue) = 182+66+160=408 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.61% from 408); Green value is 66 (26.17% from 255 or 16.18% from 408); Blue value is 160 (62.89% from 255 or 39.22% from 408); Max value from RGB is 182 - color contains mainly: red. Hex color #B642A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B642A0 is #49BD5F. Grayscale: #6F6F6F. Windows color (decimal): -4832608 or 10502838. OLE color: 10502838.
HSL color Cylindrical-coordinate representation of color #B642A0: hue angle of 311.38º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B642A0 is Cyan = 0, Magento = 0.64, Yellow = 0.12 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 66 | 160 | - |
| CMYK | 0 | 0.64 | 0.12 | 0.29 |
| HSL | 311.38º | 0.47% | 0.49% | - |
| HSV(B) | 311.38º | 0.64% | 0.71% | - |
| XYZ | 27.58 | 16.38 | 34.97 | - |
| YUV | 111.4 | 155.43 | 178.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 66 | 160 | 0 | 0.64 | 0.12 | 0.29 | 311.38 | 0.47 | 0.49 |
| Hex | B6 | 42 | A0 | 0 | 40 | C | 1D | 137 | 2F | 31 |
| Octal | 266 | 102 | 240 | 0 | 100 | 14 | 35 | 467 | 57 | 61 |
| Binary | 10110110 | 1000010 | 10100000 | 0 | 1000000 | 1100 | 11101 | 100110111 | 101111 | 110001 |
Color Harmonies of #B642A0
Complementary color
Monochromatic Colors of #B642A0
Black with #B642A0
Text Example
Text Example
White with #B642A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B642A0; }
p { color: rgb(182,66,160); }
H1.HeaderClassName
{
color: #B642A0;
}
.AnyTagClassName
{
color: #B642A0;
}
</style>
background-color css
<style>
a { background-color: #B642A0; }
a { background-color: rgb(182,66,160); }
div.DivClassName
{
background-color: #B642A0;
}
.BgClassName
{
background-color: #B642A0;
}
</style>
border-color css
<style>
span { border-color: #B642A0; }
span { border-color: rgb(182,66,160); }
td.TdClassName
{
border-color: #B642A0;
}
.TagClassName
{
border-color: #B642A0;
}
</style>