#BD4B8A

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

Shades of Mulberry #BD4B8A

Tints of Mulberry #BD4B8A

Color information

#BD4B8A (or 0xBD4B8A) is unknown color: approx Mulberry. HEX triplet: BD, 4B and 8A. RGB value is (189,75,138). Sum of RGB (Red+Green+Blue) = 189+75+138=402 (53% of max value = 765). Red value is 189 (74.22% from 255 or 47.01% from 402); Green value is 75 (29.69% from 255 or 18.66% from 402); Blue value is 138 (54.30% from 255 or 34.33% from 402); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4B8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD4B8A is #42B475. Grayscale: #747474. Windows color (decimal): -4371574 or 9063357. OLE color: 9063357.

HSL color Cylindrical-coordinate representation of color #BD4B8A: hue angle of 326.84º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BD4B8A is Cyan = 0, Magento = 0.60, Yellow = 0.27 and Black (K on CMYK) = 0.26.

Color convert

RGB18975138-
CMYK00.600.270.26
HSL326.84º46.34%51.76%-
HSV(B)326.84º60.32%74.12%-
XYZ28.0917.6925.98-
YUV116.27140.27179.88-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.01%
GREEN value IS 75 (29.69% from 255) = 18.66%
BLUE value IS 138 (54.30% from 255) = 34.33%
R=47.01%
G=18.66%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.27
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1897513800.600.270.26326.8446.3451.76
HexBD4B8A03C1B1A1472e34
Octal27511321207433325075664
Binary1011110110010111000101001111001101111010101000111101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4B8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4B8A; }

 p { color: rgb(189,75,138); }

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

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

 a { background-color: rgb(189,75,138); }

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

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

 span { border-color: rgb(189,75,138); }

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