#BC5998

Color #BC5998 Mulberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mulberry #BC5998

Tints of Mulberry #BC5998

Color information

#BC5998 (or 0xBC5998) is unknown color: approx Mulberry. HEX triplet: BC, 59 and 98. RGB value is (188,89,152). Sum of RGB (Red+Green+Blue) = 188+89+152=429 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.82% from 429); Green value is 89 (35.16% from 255 or 20.75% from 429); Blue value is 152 (59.77% from 255 or 35.43% from 429); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5998 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5998 is #43A667. Grayscale: #7D7D7D. Windows color (decimal): -4433512 or 9984444. OLE color: 9984444.

HSL color Cylindrical-coordinate representation of color #BC5998: hue angle of 321.82º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BC5998 is Cyan = 0, Magento = 0.53, Yellow = 0.19 and Black (K on CMYK) = 0.26.

Color convert

RGB18889152-
CMYK00.530.190.26
HSL321.82º42.49%54.31%-
HSV(B)321.82º52.66%73.73%-
XYZ29.9820.132.01-
YUV125.78142.8172.38-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 188 (73.83% from 255) = 43.82%
GREEN value IS 89 (35.16% from 255) = 20.75%
BLUE value IS 152 (59.77% from 255) = 35.43%
R=43.82%
G=20.75%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.19
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1888915200.530.190.26321.8242.4954.31
HexBC5998035131A1422a36
Octal27413123006523325025266
Binary1011110010110011001100001101011001111010101000010101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC5998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC5998; }

 p { color: rgb(188,89,152); }

 H1.HeaderClassName
 {
   color: #BC5998;
 }
 .AnyTagClassName
 {
   color: #BC5998;
 }
</style>
background-color css

<style>
 a { background-color: #BC5998; }

 a { background-color: rgb(188,89,152); }

 div.DivClassName
 {
   background-color: #BC5998;
 }
 .BgClassName
 {
   background-color: #BC5998;
 }
</style>
border-color css

<style>
 span { border-color: #BC5998; }

 span { border-color: rgb(188,89,152); }

 td.TdClassName
 {
   border-color: #BC5998;
 }
 .TagClassName
 {
   border-color: #BC5998;
 }
</style>