#BD4AA2

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

Shades of Mulberry #BD4AA2

Tints of Mulberry #BD4AA2

Color information

#BD4AA2 (or 0xBD4AA2) is unknown color: approx Mulberry. HEX triplet: BD, 4A and A2. RGB value is (189,74,162). Sum of RGB (Red+Green+Blue) = 189+74+162=425 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.47% from 425); Green value is 74 (29.30% from 255 or 17.41% from 425); Blue value is 162 (63.67% from 255 or 38.12% from 425); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4AA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD4AA2 is #42B55D. Grayscale: #767676. Windows color (decimal): -4371806 or 10635965. OLE color: 10635965.

HSL color Cylindrical-coordinate representation of color #BD4AA2: hue angle of 314.09º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BD4AA2 is Cyan = 0, Magento = 0.61, Yellow = 0.14 and Black (K on CMYK) = 0.26.

Color convert

RGB18974162-
CMYK00.610.140.26
HSL314.09º46.56%51.57%-
HSV(B)314.09º60.85%74.12%-
XYZ29.9618.3336.14-
YUV118.42152.6178.34-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.47%
GREEN value IS 74 (29.30% from 255) = 17.41%
BLUE value IS 162 (63.67% from 255) = 38.12%
R=44.47%
G=17.41%
B=38.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.14
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1897416200.610.140.26314.0946.5651.57
HexBD4AA203DE1A13a2f34
Octal27511224207516324725764
Binary101111011001010101000100111101111011010100111010101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4AA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4AA2; }

 p { color: rgb(189,74,162); }

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

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

 a { background-color: rgb(189,74,162); }

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

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

 span { border-color: rgb(189,74,162); }

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