#BC598C

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

Shades of Mulberry #BC598C

Tints of Mulberry #BC598C

Color information

#BC598C (or 0xBC598C) is unknown color: approx Mulberry. HEX triplet: BC, 59 and 8C. RGB value is (188,89,140). Sum of RGB (Red+Green+Blue) = 188+89+140=417 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.08% from 417); Green value is 89 (35.16% from 255 or 21.34% from 417); Blue value is 140 (55.08% from 255 or 33.57% from 417); Max value from RGB is 188 - color contains mainly: red. Hex color #BC598C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC598C is #43A673. Grayscale: #7C7C7C. Windows color (decimal): -4433524 or 9198012. OLE color: 9198012.

HSL color Cylindrical-coordinate representation of color #BC598C: hue angle of 329.09º 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 #BC598C is Cyan = 0, Magento = 0.53, Yellow = 0.26 and Black (K on CMYK) = 0.26.

Color convert

RGB18889140-
CMYK00.530.260.26
HSL329.09º42.49%54.31%-
HSV(B)329.09º52.66%73.73%-
XYZ29.0519.7327.09-
YUV124.42136.8173.35-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.08%
GREEN value IS 89 (35.16% from 255) = 21.34%
BLUE value IS 140 (55.08% from 255) = 33.57%
R=45.08%
G=21.34%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.26
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1888914000.530.260.26329.0942.4954.31
HexBC598C0351A1A1492a36
Octal27413121406532325115266
Binary1011110010110011000110001101011101011010101001001101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC598C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC598C; }

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

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

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

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

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

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

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

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