#BD4A93

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

Shades of Mulberry #BD4A93

Tints of Mulberry #BD4A93

Color information

#BD4A93 (or 0xBD4A93) is unknown color: approx Mulberry. HEX triplet: BD, 4A and 93. RGB value is (189,74,147). Sum of RGB (Red+Green+Blue) = 189+74+147=410 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.10% from 410); Green value is 74 (29.30% from 255 or 18.05% from 410); Blue value is 147 (57.81% from 255 or 35.85% from 410); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4A93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD4A93 is #42B56C. Grayscale: #747474. Windows color (decimal): -4371821 or 9652925. OLE color: 9652925.

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

Color convert

RGB18974147-
CMYK00.610.220.26
HSL321.91º46.56%51.57%-
HSV(B)321.91º60.85%74.12%-
XYZ28.717.8229.53-
YUV116.71145.1179.56-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 46.10%
GREEN value IS 74 (29.30% from 255) = 18.05%
BLUE value IS 147 (57.81% from 255) = 35.85%
R=46.10%
G=18.05%
B=35.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.22
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1897414700.610.220.26321.9146.5651.57
HexBD4A9303D161A1422f34
Octal27511222307526325025764
Binary1011110110010101001001101111011011011010101000010101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4A93; }

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

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

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

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

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

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

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

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