#BF5D9A

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

Shades of Mulberry #BF5D9A

Tints of Mulberry #BF5D9A

Color information

#BF5D9A (or 0xBF5D9A) is unknown color: approx Mulberry. HEX triplet: BF, 5D and 9A. RGB value is (191,93,154). Sum of RGB (Red+Green+Blue) = 191+93+154=438 (58% of max value = 765). Red value is 191 (75% from 255 or 43.61% from 438); Green value is 93 (36.72% from 255 or 21.23% from 438); Blue value is 154 (60.55% from 255 or 35.16% from 438); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5D9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5D9A is #40A265. Grayscale: #818181. Windows color (decimal): -4235878 or 10116543. OLE color: 10116543.

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

Color convert

RGB19193154-
CMYK00.510.190.25
HSL322.65º43.36%55.69%-
HSV(B)322.65º51.31%74.9%-
XYZ31.2321.2433.03-
YUV129.26141.97172.04-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.61%
GREEN value IS 93 (36.72% from 255) = 21.23%
BLUE value IS 154 (60.55% from 255) = 35.16%
R=43.61%
G=21.23%
B=35.16%

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
Decimal1919315400.510.190.25322.6543.3655.69
HexBF5D9A03313191432b38
Octal27713523206323315035370
Binary1011111110111011001101001100111001111001101000011101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5D9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5D9A; }

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

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

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

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

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

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

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

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