Shades of Mulberry #B643A3
Tints of Mulberry #B643A3
RGB
CMYK
RGB Variations
Color information
#B643A3 (or 0xB643A3) is known color: Mulberry. HEX triplet: B6, 43 and A3. RGB value is (182,67,163). Sum of RGB (Red+Green+Blue) = 182+67+163=412 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.17% from 412); Green value is 67 (26.56% from 255 or 16.26% from 412); Blue value is 163 (64.06% from 255 or 39.56% from 412); Max value from RGB is 182 - color contains mainly: red. Hex color #B643A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B643A3 is #49BC5C. Grayscale: #707070. Windows color (decimal): -4832349 or 10699702. OLE color: 10699702.
HSL color Cylindrical-coordinate representation of color #B643A3: hue angle of 309.91º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B643A3 is Cyan = 0, Magento = 0.63, Yellow = 0.10 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 67 | 163 | - |
| CMYK | 0 | 0.63 | 0.10 | 0.29 |
| HSL | 309.91º | 0.46% | 0.49% | - |
| HSV(B) | 309.91º | 0.63% | 0.71% | - |
| XYZ | 27.91 | 16.6 | 36.38 | - |
| YUV | 112.33 | 156.6 | 177.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 67 | 163 | 0 | 0.63 | 0.10 | 0.29 | 309.91 | 0.46 | 0.49 |
| Hex | B6 | 43 | A3 | 0 | 3F | A | 1D | 136 | 2E | 31 |
| Octal | 266 | 103 | 243 | 0 | 77 | 12 | 35 | 466 | 56 | 61 |
| Binary | 10110110 | 1000011 | 10100011 | 0 | 111111 | 1010 | 11101 | 100110110 | 101110 | 110001 |
Color Harmonies of #B643A3
Complementary color
Monochromatic Colors of #B643A3
Black with #B643A3
Text Example
Text Example
White with #B643A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B643A3; }
p { color: rgb(182,67,163); }
H1.HeaderClassName
{
color: #B643A3;
}
.AnyTagClassName
{
color: #B643A3;
}
</style>
background-color css
<style>
a { background-color: #B643A3; }
a { background-color: rgb(182,67,163); }
div.DivClassName
{
background-color: #B643A3;
}
.BgClassName
{
background-color: #B643A3;
}
</style>
border-color css
<style>
span { border-color: #B643A3; }
span { border-color: rgb(182,67,163); }
td.TdClassName
{
border-color: #B643A3;
}
.TagClassName
{
border-color: #B643A3;
}
</style>