#BF558E

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

Shades of Mulberry #BF558E

Tints of Mulberry #BF558E

Color information

#BF558E (or 0xBF558E) is unknown color: approx Mulberry. HEX triplet: BF, 55 and 8E. RGB value is (191,85,142). Sum of RGB (Red+Green+Blue) = 191+85+142=418 (55% of max value = 765). Red value is 191 (75% from 255 or 45.69% from 418); Green value is 85 (33.59% from 255 or 20.33% from 418); Blue value is 142 (55.86% from 255 or 33.97% from 418); Max value from RGB is 191 - color contains mainly: red. Hex color #BF558E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF558E is #40AA71. Grayscale: #7B7B7B. Windows color (decimal): -4237938 or 9328063. OLE color: 9328063.

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

Color convert

RGB19185142-
CMYK00.550.260.25
HSL327.74º45.3%54.12%-
HSV(B)327.74º55.5%74.9%-
XYZ29.6219.5327.8-
YUV123.19138.62176.37-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.69%
GREEN value IS 85 (33.59% from 255) = 20.33%
BLUE value IS 142 (55.86% from 255) = 33.97%
R=45.69%
G=20.33%
B=33.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1918514200.550.260.25327.7445.354.12
HexBF558E0371A191482d36
Octal27712521606732315105566
Binary1011111110101011000111001101111101011001101001000101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF558E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF558E; }

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

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

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

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

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

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

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

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