#BD58A2

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

Shades of Mulberry #BD58A2

Tints of Mulberry #BD58A2

Color information

#BD58A2 (or 0xBD58A2) is unknown color: approx Mulberry. HEX triplet: BD, 58 and A2. RGB value is (189,88,162). Sum of RGB (Red+Green+Blue) = 189+88+162=439 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.05% from 439); Green value is 88 (34.77% from 255 or 20.05% from 439); Blue value is 162 (63.67% from 255 or 36.90% from 439); Max value from RGB is 189 - color contains mainly: red. Hex color #BD58A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD58A2 is #42A75D. Grayscale: #7E7E7E. Windows color (decimal): -4368222 or 10639549. OLE color: 10639549.

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

Color convert

RGB18988162-
CMYK00.530.140.26
HSL316.04º43.35%54.31%-
HSV(B)316.04º53.44%74.12%-
XYZ3120.4136.49-
YUV126.64147.96172.48-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 43.05%
GREEN value IS 88 (34.77% from 255) = 20.05%
BLUE value IS 162 (63.67% from 255) = 36.90%
R=43.05%
G=20.05%
B=36.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.14
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1898816200.530.140.26316.0443.3554.31
HexBD58A2035E1A13c2b36
Octal27513024206516324745366
Binary101111011011000101000100110101111011010100111100101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD58A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD58A2; }

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

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

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

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

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

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

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

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