#BD4F95

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

Shades of Mulberry #BD4F95

Tints of Mulberry #BD4F95

Color information

#BD4F95 (or 0xBD4F95) is unknown color: approx Mulberry. HEX triplet: BD, 4F and 95. RGB value is (189,79,149). Sum of RGB (Red+Green+Blue) = 189+79+149=417 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.32% from 417); Green value is 79 (31.25% from 255 or 18.94% from 417); Blue value is 149 (58.59% from 255 or 35.73% from 417); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4F95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD4F95 is #42B06A. Grayscale: #777777. Windows color (decimal): -4370539 or 9785277. OLE color: 9785277.

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

Color convert

RGB18979149-
CMYK00.580.210.26
HSL321.82º45.45%52.55%-
HSV(B)321.82º58.2%74.12%-
XYZ29.2118.5830.48-
YUV119.87144.44177.31-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.32%
GREEN value IS 79 (31.25% from 255) = 18.94%
BLUE value IS 149 (58.59% from 255) = 35.73%
R=45.32%
G=18.94%
B=35.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.21
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1897914900.580.210.26321.8245.4552.55
HexBD4F9503A151A1422d35
Octal27511722507225325025565
Binary1011110110011111001010101110101010111010101000010101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4F95; }

 p { color: rgb(189,79,149); }

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

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

 a { background-color: rgb(189,79,149); }

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

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

 span { border-color: rgb(189,79,149); }

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