#BD538E

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

Shades of Mulberry #BD538E

Tints of Mulberry #BD538E

Color information

#BD538E (or 0xBD538E) is unknown color: approx Mulberry. HEX triplet: BD, 53 and 8E. RGB value is (189,83,142). Sum of RGB (Red+Green+Blue) = 189+83+142=414 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.65% from 414); Green value is 83 (32.81% from 255 or 20.05% from 414); Blue value is 142 (55.86% from 255 or 34.30% from 414); Max value from RGB is 189 - color contains mainly: red. Hex color #BD538E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD538E is #42AC71. Grayscale: #797979. Windows color (decimal): -4369522 or 9327549. OLE color: 9327549.

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

Color convert

RGB18983142-
CMYK00.560.250.26
HSL326.6º44.54%53.33%-
HSV(B)326.6º56.08%74.12%-
XYZ28.9618.9627.72-
YUV121.42139.62176.2-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.65%
GREEN value IS 83 (32.81% from 255) = 20.05%
BLUE value IS 142 (55.86% from 255) = 34.30%
R=45.65%
G=20.05%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.25
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1898314200.560.250.26326.644.5453.33
HexBD538E038191A1472d35
Octal27512321607031325075565
Binary1011110110100111000111001110001100111010101000111101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD538E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD538E; }

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

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

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

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

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

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

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

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