#BD4F8F

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

Shades of Mulberry #BD4F8F

Tints of Mulberry #BD4F8F

Color information

#BD4F8F (or 0xBD4F8F) is unknown color: approx Mulberry. HEX triplet: BD, 4F and 8F. RGB value is (189,79,143). Sum of RGB (Red+Green+Blue) = 189+79+143=411 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.99% from 411); Green value is 79 (31.25% from 255 or 19.22% from 411); Blue value is 143 (56.25% from 255 or 34.79% from 411); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4F8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD4F8F is #42B070. Grayscale: #777777. Windows color (decimal): -4370545 or 9392061. OLE color: 9392061.

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

Color convert

RGB18979143-
CMYK00.580.240.26
HSL325.09º45.45%52.55%-
HSV(B)325.09º58.2%74.12%-
XYZ28.7418.3928.02-
YUV119.19141.44177.8-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.99%
GREEN value IS 79 (31.25% from 255) = 19.22%
BLUE value IS 143 (56.25% from 255) = 34.79%
R=45.99%
G=19.22%
B=34.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.24
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1897914300.580.240.26325.0945.4552.55
HexBD4F8F03A181A1452d35
Octal27511721707230325055565
Binary1011110110011111000111101110101100011010101000101101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD4F8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD4F8F; }

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

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

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

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

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

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

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

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