#BD448A

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

Shades of Mulberry #BD448A

Tints of Mulberry #BD448A

Color information

#BD448A (or 0xBD448A) is unknown color: approx Mulberry. HEX triplet: BD, 44 and 8A. RGB value is (189,68,138). Sum of RGB (Red+Green+Blue) = 189+68+138=395 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.85% from 395); Green value is 68 (26.95% from 255 or 17.22% from 395); Blue value is 138 (54.30% from 255 or 34.94% from 395); Max value from RGB is 189 - color contains mainly: red. Hex color #BD448A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD448A is #42BB75. Grayscale: #707070. Windows color (decimal): -4373366 or 9061565. OLE color: 9061565.

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

Color convert

RGB18968138-
CMYK00.640.270.26
HSL325.29º47.83%50.39%-
HSV(B)325.29º64.02%74.12%-
XYZ27.6416.7925.83-
YUV112.16142.59182.81-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.85%
GREEN value IS 68 (26.95% from 255) = 17.22%
BLUE value IS 138 (54.30% from 255) = 34.94%
R=47.85%
G=17.22%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.27
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1896813800.640.270.26325.2947.8350.39
HexBD448A0401B1A1453032
Octal275104212010033325056062
Binary10111101100010010001010010000001101111010101000101110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD448A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD448A; }

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

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

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

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

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

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

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

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