#BD598C

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

Shades of Mulberry #BD598C

Tints of Mulberry #BD598C

Color information

#BD598C (or 0xBD598C) is unknown color: approx Mulberry. HEX triplet: BD, 59 and 8C. RGB value is (189,89,140). Sum of RGB (Red+Green+Blue) = 189+89+140=418 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.22% from 418); Green value is 89 (35.16% from 255 or 21.29% from 418); Blue value is 140 (55.08% from 255 or 33.49% from 418); Max value from RGB is 189 - color contains mainly: red. Hex color #BD598C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD598C is #42A673. Grayscale: #7C7C7C. Windows color (decimal): -4367988 or 9198013. OLE color: 9198013.

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

Color convert

RGB18989140-
CMYK00.530.260.26
HSL329.4º43.1%54.51%-
HSV(B)329.4º52.91%74.12%-
XYZ29.2919.8627.1-
YUV124.71136.63173.85-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.22%
GREEN value IS 89 (35.16% from 255) = 21.29%
BLUE value IS 140 (55.08% from 255) = 33.49%
R=45.22%
G=21.29%
B=33.49%

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
Decimal1898914000.530.260.26329.443.154.51
HexBD598C0351A1A1492b37
Octal27513121406532325115367
Binary1011110110110011000110001101011101011010101001001101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD598C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD598C; }

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

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

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

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

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

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

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

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