#bd4782

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

Shades of Mulberry #BD4782

Tints of Mulberry #BD4782

Color information

#BD4782 (or 0xBD4782) is unknown color: approx Mulberry. HEX triplet: BD, 47 and 82. RGB value is (189,71,130). Sum of RGB (Red+Green+Blue) = 189+71+130=390 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.46% from 390); Green value is 71 (28.12% from 255 or 18.21% from 390); Blue value is 130 (51.17% from 255 or 33.33% from 390); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4782 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD4782 is #42B87D. Grayscale: #707070. Windows color (decimal): -4372606 or 8538045. OLE color: 8538045.

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

Color convert

RGB18971130-
CMYK00.620.310.26
HSL330º47.2%50.98%-
HSV(B)330º62.43%74.12%-
XYZ27.2716.9422.95-
YUV113.01137.59182.2-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 48.46%
GREEN value IS 71 (28.12% from 255) = 18.21%
BLUE value IS 130 (51.17% from 255) = 33.33%
R=48.46%
G=18.21%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.31
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1897113000.620.310.2633047.250.98
HexBD478203E1F1A14a2f33
Octal27510720207637325125763
Binary1011110110001111000001001111101111111010101001010101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bd4782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bd4782; }

 p { color: rgb(189,71,130); }

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

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

 a { background-color: rgb(189,71,130); }

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

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

 span { border-color: rgb(189,71,130); }

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