#BD53A2

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

Shades of Mulberry #BD53A2

Tints of Mulberry #BD53A2

Color information

#BD53A2 (or 0xBD53A2) is unknown color: approx Mulberry. HEX triplet: BD, 53 and A2. RGB value is (189,83,162). Sum of RGB (Red+Green+Blue) = 189+83+162=434 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.55% from 434); Green value is 83 (32.81% from 255 or 19.12% from 434); Blue value is 162 (63.67% from 255 or 37.33% from 434); Max value from RGB is 189 - color contains mainly: red. Hex color #BD53A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD53A2 is #42AC5D. Grayscale: #7B7B7B. Windows color (decimal): -4369502 or 10638269. OLE color: 10638269.

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

Color convert

RGB18983162-
CMYK00.560.140.26
HSL315.28º44.54%53.33%-
HSV(B)315.28º56.08%74.12%-
XYZ30.619.6136.36-
YUV123.7149.62174.58-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.55%
GREEN value IS 83 (32.81% from 255) = 19.12%
BLUE value IS 162 (63.67% from 255) = 37.33%
R=43.55%
G=19.12%
B=37.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.14
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1898316200.560.140.26315.2844.5453.33
HexBD53A2038E1A13b2d35
Octal27512324207016324735565
Binary101111011010011101000100111000111011010100111011101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD53A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD53A2; }

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

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

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

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

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

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

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

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