#BD4481

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

Shades of Mulberry #BD4481

Tints of Mulberry #BD4481

Color information

#BD4481 (or 0xBD4481) is unknown color: approx Mulberry. HEX triplet: BD, 44 and 81. RGB value is (189,68,129). Sum of RGB (Red+Green+Blue) = 189+68+129=386 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.96% from 386); Green value is 68 (26.95% from 255 or 17.62% from 386); Blue value is 129 (50.78% from 255 or 33.42% from 386); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4481 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD4481 is #42BB7E. Grayscale: #6F6F6F. Windows color (decimal): -4373375 or 8471741. OLE color: 8471741.

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

Color convert

RGB18968129-
CMYK00.640.320.26
HSL329.75º47.83%50.39%-
HSV(B)329.75º64.02%74.12%-
XYZ27.0216.5422.54-
YUV111.13138.09183.54-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 48.96%
GREEN value IS 68 (26.95% from 255) = 17.62%
BLUE value IS 129 (50.78% from 255) = 33.42%
R=48.96%
G=17.62%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.32
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1896812900.640.320.26329.7547.8350.39
HexBD4481040201A14a3032
Octal275104201010040325126062
Binary101111011000100100000010100000010000011010101001010110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4481; }

 p { color: rgb(189,68,129); }

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

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

 a { background-color: rgb(189,68,129); }

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

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

 span { border-color: rgb(189,68,129); }

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