#BC598D

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

Shades of Mulberry #BC598D

Tints of Mulberry #BC598D

Color information

#BC598D (or 0xBC598D) is unknown color: approx Mulberry. HEX triplet: BC, 59 and 8D. RGB value is (188,89,141). Sum of RGB (Red+Green+Blue) = 188+89+141=418 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.98% from 418); Green value is 89 (35.16% from 255 or 21.29% from 418); Blue value is 141 (55.47% from 255 or 33.73% from 418); Max value from RGB is 188 - color contains mainly: red. Hex color #BC598D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC598D is #43A672. Grayscale: #7C7C7C. Windows color (decimal): -4433523 or 9263548. OLE color: 9263548.

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

Color convert

RGB18889141-
CMYK00.530.250.26
HSL328.48º42.49%54.31%-
HSV(B)328.48º52.66%73.73%-
XYZ29.1219.7627.48-
YUV124.53137.3173.27-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 44.98%
GREEN value IS 89 (35.16% from 255) = 21.29%
BLUE value IS 141 (55.47% from 255) = 33.73%
R=44.98%
G=21.29%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.25
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1888914100.530.250.26328.4842.4954.31
HexBC598D035191A1482a36
Octal27413121506531325105266
Binary1011110010110011000110101101011100111010101001000101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC598D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC598D; }

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

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

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

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

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

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

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

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