#BF548E

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

Shades of Mulberry #BF548E

Tints of Mulberry #BF548E

Color information

#BF548E (or 0xBF548E) is unknown color: approx Mulberry. HEX triplet: BF, 54 and 8E. RGB value is (191,84,142). Sum of RGB (Red+Green+Blue) = 191+84+142=417 (55% of max value = 765). Red value is 191 (75% from 255 or 45.80% from 417); Green value is 84 (33.20% from 255 or 20.14% from 417); Blue value is 142 (55.86% from 255 or 34.05% from 417); Max value from RGB is 191 - color contains mainly: red. Hex color #BF548E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF548E is #40AB71. Grayscale: #7A7A7A. Windows color (decimal): -4238194 or 9327807. OLE color: 9327807.

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

Color convert

RGB19184142-
CMYK00.560.260.25
HSL327.48º45.53%53.92%-
HSV(B)327.48º56.02%74.9%-
XYZ29.5419.3727.77-
YUV122.6138.95176.78-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.80%
GREEN value IS 84 (33.20% from 255) = 20.14%
BLUE value IS 142 (55.86% from 255) = 34.05%
R=45.80%
G=20.14%
B=34.05%

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
Decimal1918414200.560.260.25327.4845.5353.92
HexBF548E0381A191472e36
Octal27712421607032315075666
Binary1011111110101001000111001110001101011001101000111101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF548E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF548E; }

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

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

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

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

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

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

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

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