#BD5DA2

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

Shades of Mulberry #BD5DA2

Tints of Mulberry #BD5DA2

Color information

#BD5DA2 (or 0xBD5DA2) is unknown color: approx Mulberry. HEX triplet: BD, 5D and A2. RGB value is (189,93,162). Sum of RGB (Red+Green+Blue) = 189+93+162=444 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.57% from 444); Green value is 93 (36.72% from 255 or 20.95% from 444); Blue value is 162 (63.67% from 255 or 36.49% from 444); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5DA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD5DA2 is #42A25D. Grayscale: #818181. Windows color (decimal): -4366942 or 10640829. OLE color: 10640829.

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

Color convert

RGB18993162-
CMYK00.510.140.26
HSL316.88º42.11%55.29%-
HSV(B)316.88º50.79%74.12%-
XYZ31.4221.2636.63-
YUV129.57146.3170.39-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 42.57%
GREEN value IS 93 (36.72% from 255) = 20.95%
BLUE value IS 162 (63.67% from 255) = 36.49%
R=42.57%
G=20.95%
B=36.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.14
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1899316200.510.140.26316.8842.1155.29
HexBD5DA2033E1A13d2a37
Octal27513524206316324755267
Binary101111011011101101000100110011111011010100111101101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD5DA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD5DA2; }

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

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

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

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

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

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

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

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