#BD4380

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

Shades of Mulberry #BD4380

Tints of Mulberry #BD4380

Color information

#BD4380 (or 0xBD4380) is unknown color: approx Mulberry. HEX triplet: BD, 43 and 80. RGB value is (189,67,128). Sum of RGB (Red+Green+Blue) = 189+67+128=384 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.22% from 384); Green value is 67 (26.56% from 255 or 17.45% from 384); Blue value is 128 (50.39% from 255 or 33.33% from 384); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4380 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD4380 is #42BC7F. Grayscale: #6E6E6E. Windows color (decimal): -4373632 or 8405949. OLE color: 8405949.

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

Color convert

RGB18967128-
CMYK00.650.320.26
HSL330º48.03%50.2%-
HSV(B)330º64.55%74.12%-
XYZ26.8916.3922.17-
YUV110.43137.92184.04-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 49.22%
GREEN value IS 67 (26.56% from 255) = 17.45%
BLUE value IS 128 (50.39% from 255) = 33.33%
R=49.22%
G=17.45%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.32
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1896712800.650.320.2633048.0350.2
HexBD4380041201A14a3032
Octal275103200010140325126062
Binary101111011000011100000000100000110000011010101001010110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4380; }

 p { color: rgb(189,67,128); }

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

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

 a { background-color: rgb(189,67,128); }

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

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

 span { border-color: rgb(189,67,128); }

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