#BD428D

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

Shades of Mulberry #BD428D

Tints of Mulberry #BD428D

Color information

#BD428D (or 0xBD428D) is unknown color: approx Mulberry. HEX triplet: BD, 42 and 8D. RGB value is (189,66,141). Sum of RGB (Red+Green+Blue) = 189+66+141=396 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.73% from 396); Green value is 66 (26.17% from 255 or 16.67% from 396); Blue value is 141 (55.47% from 255 or 35.61% from 396); Max value from RGB is 189 - color contains mainly: red. Hex color #BD428D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD428D is #42BD72. Grayscale: #6F6F6F. Windows color (decimal): -4373875 or 9257661. OLE color: 9257661.

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

Color convert

RGB18966141-
CMYK00.650.250.26
HSL323.41º48.24%50%-
HSV(B)323.41º65.08%74.12%-
XYZ27.7416.6426.95-
YUV111.33144.75183.4-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.73%
GREEN value IS 66 (26.17% from 255) = 16.67%
BLUE value IS 141 (55.47% from 255) = 35.61%
R=47.73%
G=16.67%
B=35.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.25
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1896614100.650.250.26323.4148.2450
HexBD428D041191A1433032
Octal275102215010131325036062
Binary10111101100001010001101010000011100111010101000011110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD428D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD428D; }

 p { color: rgb(189,66,141); }

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

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

 a { background-color: rgb(189,66,141); }

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

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

 span { border-color: rgb(189,66,141); }

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