#BD449B

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

Shades of Mulberry #BD449B

Tints of Mulberry #BD449B

Color information

#BD449B (or 0xBD449B) is unknown color: approx Mulberry. HEX triplet: BD, 44 and 9B. RGB value is (189,68,155). Sum of RGB (Red+Green+Blue) = 189+68+155=412 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.87% from 412); Green value is 68 (26.95% from 255 or 16.50% from 412); Blue value is 155 (60.94% from 255 or 37.62% from 412); Max value from RGB is 189 - color contains mainly: red. Hex color #BD449B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BD449B is #42BB64. Grayscale: #717171. Windows color (decimal): -4373349 or 10175677. OLE color: 10175677.

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

Color convert

RGB18968155-
CMYK00.640.180.26
HSL316.86º47.83%50.39%-
HSV(B)316.86º64.02%74.12%-
XYZ28.9717.3232.83-
YUV114.1151.09181.43-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.87%
GREEN value IS 68 (26.95% from 255) = 16.50%
BLUE value IS 155 (60.94% from 255) = 37.62%
R=45.87%
G=16.50%
B=37.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.18
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1896815500.640.180.26316.8647.8350.39
HexBD449B040121A13d3032
Octal275104233010022324756062
Binary10111101100010010011011010000001001011010100111101110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD449B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD449B; }

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

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

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

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

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

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

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

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