#BC598A

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

Shades of Mulberry #BC598A

Tints of Mulberry #BC598A

Color information

#BC598A (or 0xBC598A) is unknown color: approx Mulberry. HEX triplet: BC, 59 and 8A. RGB value is (188,89,138). Sum of RGB (Red+Green+Blue) = 188+89+138=415 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.30% from 415); Green value is 89 (35.16% from 255 or 21.45% from 415); Blue value is 138 (54.30% from 255 or 33.25% from 415); Max value from RGB is 188 - color contains mainly: red. Hex color #BC598A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC598A is #43A675. Grayscale: #7C7C7C. Windows color (decimal): -4433526 or 9066940. OLE color: 9066940.

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

Color convert

RGB18889138-
CMYK00.530.270.26
HSL330.3º42.49%54.31%-
HSV(B)330.3º52.66%73.73%-
XYZ28.919.6726.32-
YUV124.19135.8173.52-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.30%
GREEN value IS 89 (35.16% from 255) = 21.45%
BLUE value IS 138 (54.30% from 255) = 33.25%
R=45.30%
G=21.45%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.27
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1888913800.530.270.26330.342.4954.31
HexBC598A0351B1A14a2a36
Octal27413121206533325125266
Binary1011110010110011000101001101011101111010101001010101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC598A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC598A; }

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

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

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

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

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

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

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

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