#BD4196

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

Shades of Mulberry #BD4196

Tints of Mulberry #BD4196

Color information

#BD4196 (or 0xBD4196) is unknown color: approx Mulberry. HEX triplet: BD, 41 and 96. RGB value is (189,65,150). Sum of RGB (Red+Green+Blue) = 189+65+150=404 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.78% from 404); Green value is 65 (25.78% from 255 or 16.09% from 404); Blue value is 150 (58.98% from 255 or 37.13% from 404); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4196 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD4196 is #42BE69. Grayscale: #6F6F6F. Windows color (decimal): -4374122 or 9847229. OLE color: 9847229.

HSL color Cylindrical-coordinate representation of color #BD4196: hue angle of 318.87º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BD4196 is Cyan = 0, Magento = 0.66, Yellow = 0.21 and Black (K on CMYK) = 0.26.

Color convert

RGB18965150-
CMYK00.660.210.26
HSL318.87º48.82%49.8%-
HSV(B)318.87º65.61%74.12%-
XYZ28.3816.830.6-
YUV111.77149.58183.09-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 46.78%
GREEN value IS 65 (25.78% from 255) = 16.09%
BLUE value IS 150 (58.98% from 255) = 37.13%
R=46.78%
G=16.09%
B=37.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.21
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1896515000.660.210.26318.8748.8249.8
HexBD4196042151A13f3132
Octal275101226010225324776162
Binary10111101100000110010110010000101010111010100111111110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4196; }

 p { color: rgb(189,65,150); }

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

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

 a { background-color: rgb(189,65,150); }

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

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

 span { border-color: rgb(189,65,150); }

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