#bf5e9a

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

Shades of Mulberry #BF5E9A

Tints of Mulberry #BF5E9A

Color information

#BF5E9A (or 0xBF5E9A) is unknown color: approx Mulberry. HEX triplet: BF, 5E and 9A. RGB value is (191,94,154). Sum of RGB (Red+Green+Blue) = 191+94+154=439 (58% of max value = 765). Red value is 191 (75% from 255 or 43.51% from 439); Green value is 94 (37.11% from 255 or 21.41% from 439); Blue value is 154 (60.55% from 255 or 35.08% from 439); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5E9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5E9A is #40A165. Grayscale: #818181. Windows color (decimal): -4235622 or 10116799. OLE color: 10116799.

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

Color convert

RGB19194154-
CMYK00.510.190.25
HSL322.89º43.11%55.88%-
HSV(B)322.89º50.79%74.9%-
XYZ31.3221.4133.05-
YUV129.84141.64171.62-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.51%
GREEN value IS 94 (37.11% from 255) = 21.41%
BLUE value IS 154 (60.55% from 255) = 35.08%
R=43.51%
G=21.41%
B=35.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1919415400.510.190.25322.8943.1155.88
HexBF5E9A03313191432b38
Octal27713623206323315035370
Binary1011111110111101001101001100111001111001101000011101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf5e9a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf5e9a; }

 p { color: rgb(191,94,154); }

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

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

 a { background-color: rgb(191,94,154); }

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

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

 span { border-color: rgb(191,94,154); }

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