#BF548D

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

Shades of Mulberry #BF548D

Tints of Mulberry #BF548D

Color information

#BF548D (or 0xBF548D) is unknown color: approx Mulberry. HEX triplet: BF, 54 and 8D. RGB value is (191,84,141). Sum of RGB (Red+Green+Blue) = 191+84+141=416 (55% of max value = 765). Red value is 191 (75% from 255 or 45.91% from 416); Green value is 84 (33.20% from 255 or 20.19% from 416); Blue value is 141 (55.47% from 255 or 33.89% from 416); Max value from RGB is 191 - color contains mainly: red. Hex color #BF548D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF548D is #40AB72. Grayscale: #7A7A7A. Windows color (decimal): -4238195 or 9262271. OLE color: 9262271.

HSL color Cylindrical-coordinate representation of color #BF548D: hue angle of 328.04º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BF548D is Cyan = 0, Magento = 0.56, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB19184141-
CMYK00.560.260.25
HSL328.04º45.53%53.92%-
HSV(B)328.04º56.02%74.9%-
XYZ29.4619.3427.38-
YUV122.49138.45176.87-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.91%
GREEN value IS 84 (33.20% from 255) = 20.19%
BLUE value IS 141 (55.47% from 255) = 33.89%
R=45.91%
G=20.19%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1918414100.560.260.25328.0445.5353.92
HexBF548D0381A191482e36
Octal27712421507032315105666
Binary1011111110101001000110101110001101011001101001000101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF548D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF548D; }

 p { color: rgb(191,84,141); }

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

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

 a { background-color: rgb(191,84,141); }

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

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

 span { border-color: rgb(191,84,141); }

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