#BD4881

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

Shades of Mulberry #BD4881

Tints of Mulberry #BD4881

Color information

#BD4881 (or 0xBD4881) is unknown color: approx Mulberry. HEX triplet: BD, 48 and 81. RGB value is (189,72,129). Sum of RGB (Red+Green+Blue) = 189+72+129=390 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.46% from 390); Green value is 72 (28.52% from 255 or 18.46% from 390); Blue value is 129 (50.78% from 255 or 33.08% from 390); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4881 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD4881 is #42B77E. Grayscale: #717171. Windows color (decimal): -4372351 or 8472765. OLE color: 8472765.

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

Color convert

RGB18972129-
CMYK00.620.320.26
HSL330.77º46.99%51.18%-
HSV(B)330.77º61.9%74.12%-
XYZ27.2717.0422.62-
YUV113.48136.76181.87-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 48.46%
GREEN value IS 72 (28.52% from 255) = 18.46%
BLUE value IS 129 (50.78% from 255) = 33.08%
R=48.46%
G=18.46%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.32
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1897212900.620.320.26330.7746.9951.18
HexBD488103E201A14b2f33
Octal27511020107640325135763
Binary10111101100100010000001011111010000011010101001011101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4881; }

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

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

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

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

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

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

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

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