#BD4189

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

Shades of Mulberry #BD4189

Tints of Mulberry #BD4189

Color information

#BD4189 (or 0xBD4189) is unknown color: approx Mulberry. HEX triplet: BD, 41 and 89. RGB value is (189,65,137). Sum of RGB (Red+Green+Blue) = 189+65+137=391 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.34% from 391); Green value is 65 (25.78% from 255 or 16.62% from 391); Blue value is 137 (53.91% from 255 or 35.04% from 391); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4189 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD4189 is #42BE76. Grayscale: #6E6E6E. Windows color (decimal): -4374135 or 8995261. OLE color: 8995261.

HSL color Cylindrical-coordinate representation of color #BD4189: hue angle of 325.16º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BD4189 is Cyan = 0, Magento = 0.66, Yellow = 0.28 and Black (K on CMYK) = 0.26.

Color convert

RGB18965137-
CMYK00.660.280.26
HSL325.16º48.82%49.8%-
HSV(B)325.16º65.61%74.12%-
XYZ27.3916.4125.39-
YUV110.28143.08184.15-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 48.34%
GREEN value IS 65 (25.78% from 255) = 16.62%
BLUE value IS 137 (53.91% from 255) = 35.04%
R=48.34%
G=16.62%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.28
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1896513700.660.280.26325.1648.8249.8
HexBD41890421C1A1453132
Octal275101211010234325056162
Binary10111101100000110001001010000101110011010101000101110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4189; }

 p { color: rgb(189,65,137); }

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

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

 a { background-color: rgb(189,65,137); }

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

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

 span { border-color: rgb(189,65,137); }

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