#BD428C

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

Shades of Mulberry #BD428C

Tints of Mulberry #BD428C

Color information

#BD428C (or 0xBD428C) is unknown color: approx Mulberry. HEX triplet: BD, 42 and 8C. RGB value is (189,66,140). Sum of RGB (Red+Green+Blue) = 189+66+140=395 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.85% from 395); Green value is 66 (26.17% from 255 or 16.71% from 395); Blue value is 140 (55.08% from 255 or 35.44% from 395); Max value from RGB is 189 - color contains mainly: red. Hex color #BD428C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD428C is #42BD73. Grayscale: #6F6F6F. Windows color (decimal): -4373876 or 9192125. OLE color: 9192125.

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

Color convert

RGB18966140-
CMYK00.650.260.26
HSL323.9º48.24%50%-
HSV(B)323.9º65.08%74.12%-
XYZ27.6716.6126.56-
YUV111.21144.25183.48-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.85%
GREEN value IS 66 (26.17% from 255) = 16.71%
BLUE value IS 140 (55.08% from 255) = 35.44%
R=47.85%
G=16.71%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.26
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1896614000.650.260.26323.948.2450
HexBD428C0411A1A1443032
Octal275102214010132325046062
Binary10111101100001010001100010000011101011010101000100110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD428C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD428C; }

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

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

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

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

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

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

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

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