#BD429A

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

Shades of Mulberry #BD429A

Tints of Mulberry #BD429A

Color information

#BD429A (or 0xBD429A) is unknown color: approx Mulberry. HEX triplet: BD, 42 and 9A. RGB value is (189,66,154). Sum of RGB (Red+Green+Blue) = 189+66+154=409 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.21% from 409); Green value is 66 (26.17% from 255 or 16.14% from 409); Blue value is 154 (60.55% from 255 or 37.65% from 409); Max value from RGB is 189 - color contains mainly: red. Hex color #BD429A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD429A is #42BD65. Grayscale: #707070. Windows color (decimal): -4373862 or 10109629. OLE color: 10109629.

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

Color convert

RGB18966154-
CMYK00.650.190.26
HSL317.07º48.24%50%-
HSV(B)317.07º65.08%74.12%-
XYZ28.7717.0532.35-
YUV112.81151.25182.34-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 46.21%
GREEN value IS 66 (26.17% from 255) = 16.14%
BLUE value IS 154 (60.55% from 255) = 37.65%
R=46.21%
G=16.14%
B=37.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.19
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1896615400.650.190.26317.0748.2450
HexBD429A041131A13d3032
Octal275102232010123324756062
Binary10111101100001010011010010000011001111010100111101110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD429A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD429A; }

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

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

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

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

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

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

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

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