Shades of Mulberry #B64393
Tints of Mulberry #B64393
RGB
CMYK
RGB Variations
Color information
#B64393 (or 0xB64393) is known color: Mulberry. HEX triplet: B6, 43 and 93. RGB value is (182,67,147). Sum of RGB (Red+Green+Blue) = 182+67+147=396 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.96% from 396); Green value is 67 (26.56% from 255 or 16.92% from 396); Blue value is 147 (57.81% from 255 or 37.12% from 396); Max value from RGB is 182 - color contains mainly: red. Hex color #B64393 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B64393 is #49BC6C. Grayscale: #6E6E6E. Windows color (decimal): -4832365 or 9651126. OLE color: 9651126.
HSL color Cylindrical-coordinate representation of color #B64393: hue angle of 318.26º 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 #B64393 is Cyan = 0, Magento = 0.63, Yellow = 0.19 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 67 | 147 | - |
| CMYK | 0 | 0.63 | 0.19 | 0.29 |
| HSL | 318.26º | 0.46% | 0.49% | - |
| HSV(B) | 318.26º | 0.63% | 0.71% | - |
| XYZ | 26.57 | 16.07 | 29.3 | - |
| YUV | 110.51 | 148.6 | 179 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 67 | 147 | 0 | 0.63 | 0.19 | 0.29 | 318.26 | 0.46 | 0.49 |
| Hex | B6 | 43 | 93 | 0 | 3F | 13 | 1D | 13E | 2E | 31 |
| Octal | 266 | 103 | 223 | 0 | 77 | 23 | 35 | 476 | 56 | 61 |
| Binary | 10110110 | 1000011 | 10010011 | 0 | 111111 | 10011 | 11101 | 100111110 | 101110 | 110001 |
Color Harmonies of #B64393
Complementary color
Monochromatic Colors of #B64393
Black with #B64393
Text Example
Text Example
White with #B64393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64393; }
p { color: rgb(182,67,147); }
H1.HeaderClassName
{
color: #B64393;
}
.AnyTagClassName
{
color: #B64393;
}
</style>
background-color css
<style>
a { background-color: #B64393; }
a { background-color: rgb(182,67,147); }
div.DivClassName
{
background-color: #B64393;
}
.BgClassName
{
background-color: #B64393;
}
</style>
border-color css
<style>
span { border-color: #B64393; }
span { border-color: rgb(182,67,147); }
td.TdClassName
{
border-color: #B64393;
}
.TagClassName
{
border-color: #B64393;
}
</style>