#BD4A8B

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

Shades of Mulberry #BD4A8B

Tints of Mulberry #BD4A8B

Color information

#BD4A8B (or 0xBD4A8B) is unknown color: approx Mulberry. HEX triplet: BD, 4A and 8B. RGB value is (189,74,139). Sum of RGB (Red+Green+Blue) = 189+74+139=402 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.01% from 402); Green value is 74 (29.30% from 255 or 18.41% from 402); Blue value is 139 (54.69% from 255 or 34.58% from 402); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4A8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD4A8B is #42B574. Grayscale: #737373. Windows color (decimal): -4371829 or 9128637. OLE color: 9128637.

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

Color convert

RGB18974139-
CMYK00.610.260.26
HSL326.09º46.56%51.57%-
HSV(B)326.09º60.85%74.12%-
XYZ28.117.5826.34-
YUV115.79141.1180.21-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.01%
GREEN value IS 74 (29.30% from 255) = 18.41%
BLUE value IS 139 (54.69% from 255) = 34.58%
R=47.01%
G=18.41%
B=34.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.26
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1897413900.610.260.26326.0946.5651.57
HexBD4A8B03D1A1A1462f34
Octal27511221307532325065764
Binary1011110110010101000101101111011101011010101000110101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4A8B; }

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

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

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

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

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

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

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

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