#BD598A

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

Shades of Mulberry #BD598A

Tints of Mulberry #BD598A

Color information

#BD598A (or 0xBD598A) is unknown color: approx Mulberry. HEX triplet: BD, 59 and 8A. RGB value is (189,89,138). Sum of RGB (Red+Green+Blue) = 189+89+138=416 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.43% from 416); Green value is 89 (35.16% from 255 or 21.39% from 416); Blue value is 138 (54.30% from 255 or 33.17% from 416); Max value from RGB is 189 - color contains mainly: red. Hex color #BD598A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD598A is #42A675. Grayscale: #7C7C7C. Windows color (decimal): -4367990 or 9066941. OLE color: 9066941.

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

Color convert

RGB18989138-
CMYK00.530.270.26
HSL330.6º43.1%54.51%-
HSV(B)330.6º52.91%74.12%-
XYZ29.1519.826.33-
YUV124.49135.63174.02-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.43%
GREEN value IS 89 (35.16% from 255) = 21.39%
BLUE value IS 138 (54.30% from 255) = 33.17%
R=45.43%
G=21.39%
B=33.17%

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
Decimal1898913800.530.270.26330.643.154.51
HexBD598A0351B1A14b2b37
Octal27513121206533325135367
Binary1011110110110011000101001101011101111010101001011101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD598A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD598A; }

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

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

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

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

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

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

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

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