#BD4D9B

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

Shades of Mulberry #BD4D9B

Tints of Mulberry #BD4D9B

Color information

#BD4D9B (or 0xBD4D9B) is unknown color: approx Mulberry. HEX triplet: BD, 4D and 9B. RGB value is (189,77,155). Sum of RGB (Red+Green+Blue) = 189+77+155=421 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.89% from 421); Green value is 77 (30.47% from 255 or 18.29% from 421); Blue value is 155 (60.94% from 255 or 36.82% from 421); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4D9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD4D9B is #42B264. Grayscale: #777777. Windows color (decimal): -4371045 or 10177981. OLE color: 10177981.

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

Color convert

RGB18977155-
CMYK00.590.180.26
HSL318.21º45.9%52.16%-
HSV(B)318.21º59.26%74.12%-
XYZ29.5618.4933.02-
YUV119.38148.11177.66-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 44.89%
GREEN value IS 77 (30.47% from 255) = 18.29%
BLUE value IS 155 (60.94% from 255) = 36.82%
R=44.89%
G=18.29%
B=36.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.18
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1897715500.590.180.26318.2145.952.16
HexBD4D9B03B121A13e2e34
Octal27511523307322324765664
Binary1011110110011011001101101110111001011010100111110101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4D9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4D9B; }

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

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

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

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

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

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

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

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