#BD40A4

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

Shades of Mulberry #BD40A4

Tints of Mulberry #BD40A4

Color information

#BD40A4 (or 0xBD40A4) is unknown color: approx Mulberry. HEX triplet: BD, 40 and A4. RGB value is (189,64,164). Sum of RGB (Red+Green+Blue) = 189+64+164=417 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.32% from 417); Green value is 64 (25.39% from 255 or 15.35% from 417); Blue value is 164 (64.45% from 255 or 39.33% from 417); Max value from RGB is 189 - color contains mainly: red. Hex color #BD40A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD40A4 is #42BF5B. Grayscale: #707070. Windows color (decimal): -4374364 or 10764477. OLE color: 10764477.

HSL color Cylindrical-coordinate representation of color #BD40A4: hue angle of 312º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BD40A4 is Cyan = 0, Magento = 0.66, Yellow = 0.13 and Black (K on CMYK) = 0.26.

Color convert

RGB18964164-
CMYK00.660.130.26
HSL312º49.41%49.61%-
HSV(B)312º66.14%74.12%-
XYZ29.5217.1736.88-
YUV112.78156.91182.37-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.32%
GREEN value IS 64 (25.39% from 255) = 15.35%
BLUE value IS 164 (64.45% from 255) = 39.33%
R=45.32%
G=15.35%
B=39.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.13
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1896416400.660.130.2631249.4149.61
HexBD40A4042D1A1383132
Octal275100244010215324706162
Binary1011110110000001010010001000010110111010100111000110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD40A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD40A4; }

 p { color: rgb(189,64,164); }

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

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

 a { background-color: rgb(189,64,164); }

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

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

 span { border-color: rgb(189,64,164); }

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