#BC598B

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

Shades of Mulberry #BC598B

Tints of Mulberry #BC598B

Color information

#BC598B (or 0xBC598B) is unknown color: approx Mulberry. HEX triplet: BC, 59 and 8B. RGB value is (188,89,139). Sum of RGB (Red+Green+Blue) = 188+89+139=416 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.19% from 416); Green value is 89 (35.16% from 255 or 21.39% from 416); Blue value is 139 (54.69% from 255 or 33.41% from 416); Max value from RGB is 188 - color contains mainly: red. Hex color #BC598B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC598B is #43A674. Grayscale: #7C7C7C. Windows color (decimal): -4433525 or 9132476. OLE color: 9132476.

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

Color convert

RGB18889139-
CMYK00.530.260.26
HSL329.7º42.49%54.31%-
HSV(B)329.7º52.66%73.73%-
XYZ28.9719.726.7-
YUV124.3136.3173.43-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 45.19%
GREEN value IS 89 (35.16% from 255) = 21.39%
BLUE value IS 139 (54.69% from 255) = 33.41%
R=45.19%
G=21.39%
B=33.41%

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
Decimal1888913900.530.260.26329.742.4954.31
HexBC598B0351A1A14a2a36
Octal27413121306532325125266
Binary1011110010110011000101101101011101011010101001010101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC598B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC598B; }

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

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

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

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

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

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

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

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