#BF538A

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

Shades of Mulberry #BF538A

Tints of Mulberry #BF538A

Color information

#BF538A (or 0xBF538A) is unknown color: approx Mulberry. HEX triplet: BF, 53 and 8A. RGB value is (191,83,138). Sum of RGB (Red+Green+Blue) = 191+83+138=412 (54% of max value = 765). Red value is 191 (75% from 255 or 46.36% from 412); Green value is 83 (32.81% from 255 or 20.15% from 412); Blue value is 138 (54.30% from 255 or 33.50% from 412); Max value from RGB is 191 - color contains mainly: red. Hex color #BF538A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF538A is #40AC75. Grayscale: #797979. Windows color (decimal): -4238454 or 9065407. OLE color: 9065407.

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

Color convert

RGB19183138-
CMYK00.570.280.25
HSL329.44º45.76%53.73%-
HSV(B)329.44º56.54%74.9%-
XYZ29.1719.126.19-
YUV121.56137.28177.53-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.36%
GREEN value IS 83 (32.81% from 255) = 20.15%
BLUE value IS 138 (54.30% from 255) = 33.50%
R=46.36%
G=20.15%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.28
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1918313800.570.280.25329.4445.7653.73
HexBF538A0391C191492e36
Octal27712321207134315115666
Binary1011111110100111000101001110011110011001101001001101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF538A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF538A; }

 p { color: rgb(191,83,138); }

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

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

 a { background-color: rgb(191,83,138); }

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

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

 span { border-color: rgb(191,83,138); }

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