Shades of Mulberry #BC609A
Tints of Mulberry #BC609A
RGB
CMYK
RGB Variations
Color information
#BC609A (or 0xBC609A) is known color: Mulberry. HEX triplet: BC, 60 and 9A. RGB value is (188,96,154). Sum of RGB (Red+Green+Blue) = 188+96+154=438 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.92% from 438); Green value is 96 (37.89% from 255 or 21.92% from 438); Blue value is 154 (60.55% from 255 or 35.16% from 438); Max value from RGB is 188 - color contains mainly: red. Hex color #BC609A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC609A is #439F65. Grayscale: #818181. Windows color (decimal): -4431718 or 10117308. OLE color: 10117308.
HSL color Cylindrical-coordinate representation of color #BC609A: hue angle of 322.17º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BC609A is Cyan = 0, Magento = 0.49, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 188 | 96 | 154 | - |
| CMYK | 0 | 0.49 | 0.18 | 0.26 |
| HSL | 322.17º | 0.41% | 0.56% | - |
| HSV(B) | 322.17º | 0.49% | 0.74% | - |
| XYZ | 30.75 | 21.39 | 33.08 | - |
| YUV | 130.12 | 141.48 | 169.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 96 | 154 | 0 | 0.49 | 0.18 | 0.26 | 322.17 | 0.41 | 0.56 |
| Hex | BC | 60 | 9A | 0 | 31 | 12 | 1A | 142 | 29 | 38 |
| Octal | 274 | 140 | 232 | 0 | 61 | 22 | 32 | 502 | 51 | 70 |
| Binary | 10111100 | 1100000 | 10011010 | 0 | 110001 | 10010 | 11010 | 101000010 | 101001 | 111000 |
Color Harmonies of #BC609A
Complementary color
Monochromatic Colors of #BC609A
Black with #BC609A
Text Example
Text Example
White with #BC609A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC609A; }
p { color: rgb(188,96,154); }
H1.HeaderClassName
{
color: #BC609A;
}
.AnyTagClassName
{
color: #BC609A;
}
</style>
background-color css
<style>
a { background-color: #BC609A; }
a { background-color: rgb(188,96,154); }
div.DivClassName
{
background-color: #BC609A;
}
.BgClassName
{
background-color: #BC609A;
}
</style>
border-color css
<style>
span { border-color: #BC609A; }
span { border-color: rgb(188,96,154); }
td.TdClassName
{
border-color: #BC609A;
}
.TagClassName
{
border-color: #BC609A;
}
</style>