#BD4E9A

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

Shades of Mulberry #BD4E9A

Tints of Mulberry #BD4E9A

Color information

#BD4E9A (or 0xBD4E9A) is unknown color: approx Mulberry. HEX triplet: BD, 4E and 9A. RGB value is (189,78,154). Sum of RGB (Red+Green+Blue) = 189+78+154=421 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.89% from 421); Green value is 78 (30.86% from 255 or 18.53% from 421); Blue value is 154 (60.55% from 255 or 36.58% from 421); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4E9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD4E9A is #42B165. Grayscale: #777777. Windows color (decimal): -4370790 or 10112701. OLE color: 10112701.

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

Color convert

RGB18978154-
CMYK00.590.190.26
HSL318.92º45.68%52.35%-
HSV(B)318.92º58.73%74.12%-
XYZ29.5418.632.61-
YUV119.85147.27177.32-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.89%
GREEN value IS 78 (30.86% from 255) = 18.53%
BLUE value IS 154 (60.55% from 255) = 36.58%
R=44.89%
G=18.53%
B=36.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.19
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1897815400.590.190.26318.9245.6852.35
HexBD4E9A03B131A13f2e34
Octal27511623207323324775664
Binary1011110110011101001101001110111001111010100111111101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4E9A; }

 p { color: rgb(189,78,154); }

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

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

 a { background-color: rgb(189,78,154); }

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

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

 span { border-color: rgb(189,78,154); }

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