#BF5A94

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

Shades of Mulberry #BF5A94

Tints of Mulberry #BF5A94

Color information

#BF5A94 (or 0xBF5A94) is unknown color: approx Mulberry. HEX triplet: BF, 5A and 94. RGB value is (191,90,148). Sum of RGB (Red+Green+Blue) = 191+90+148=429 (56% of max value = 765). Red value is 191 (75% from 255 or 44.52% from 429); Green value is 90 (35.55% from 255 or 20.98% from 429); Blue value is 148 (58.20% from 255 or 34.50% from 429); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5A94 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5A94 is #40A56B. Grayscale: #7E7E7E. Windows color (decimal): -4236652 or 9722559. OLE color: 9722559.

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

Color convert

RGB19190148-
CMYK00.530.230.25
HSL325.54º44.1%55.1%-
HSV(B)325.54º52.88%74.9%-
XYZ30.4920.5330.37-
YUV126.81139.96173.78-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.52%
GREEN value IS 90 (35.55% from 255) = 20.98%
BLUE value IS 148 (58.20% from 255) = 34.50%
R=44.52%
G=20.98%
B=34.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919014800.530.230.25325.5444.155.1
HexBF5A9403517191462c37
Octal27713222406527315065467
Binary1011111110110101001010001101011011111001101000110101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5A94; }

 p { color: rgb(191,90,148); }

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

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

 a { background-color: rgb(191,90,148); }

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

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

 span { border-color: rgb(191,90,148); }

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