#BD449C

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

Shades of Mulberry #BD449C

Tints of Mulberry #BD449C

Color information

#BD449C (or 0xBD449C) is unknown color: approx Mulberry. HEX triplet: BD, 44 and 9C. RGB value is (189,68,156). Sum of RGB (Red+Green+Blue) = 189+68+156=413 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.76% from 413); Green value is 68 (26.95% from 255 or 16.46% from 413); Blue value is 156 (61.33% from 255 or 37.77% from 413); Max value from RGB is 189 - color contains mainly: red. Hex color #BD449C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD449C is #42BB63. Grayscale: #717171. Windows color (decimal): -4373348 or 10241213. OLE color: 10241213.

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

Color convert

RGB18968156-
CMYK00.640.170.26
HSL316.36º47.83%50.39%-
HSV(B)316.36º64.02%74.12%-
XYZ29.0517.3533.27-
YUV114.21151.59181.34-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.76%
GREEN value IS 68 (26.95% from 255) = 16.46%
BLUE value IS 156 (61.33% from 255) = 37.77%
R=45.76%
G=16.46%
B=37.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.17
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1896815600.640.170.26316.3647.8350.39
HexBD449C040111A13c3032
Octal275104234010021324746062
Binary10111101100010010011100010000001000111010100111100110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD449C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD449C; }

 p { color: rgb(189,68,156); }

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

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

 a { background-color: rgb(189,68,156); }

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

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

 span { border-color: rgb(189,68,156); }

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