#BF438C

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

Shades of Mulberry #BF438C

Tints of Mulberry #BF438C

Color information

#BF438C (or 0xBF438C) is unknown color: approx Mulberry. HEX triplet: BF, 43 and 8C. RGB value is (191,67,140). Sum of RGB (Red+Green+Blue) = 191+67+140=398 (52% of max value = 765). Red value is 191 (75% from 255 or 47.99% from 398); Green value is 67 (26.56% from 255 or 16.83% from 398); Blue value is 140 (55.08% from 255 or 35.18% from 398); Max value from RGB is 191 - color contains mainly: red. Hex color #BF438C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF438C is #40BC73. Grayscale: #707070. Windows color (decimal): -4242548 or 9192383. OLE color: 9192383.

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

Color convert

RGB19167140-
CMYK00.650.270.25
HSL324.68º49.21%50.59%-
HSV(B)324.68º64.92%74.9%-
XYZ28.2316.9826.6-
YUV112.4143.58184.06-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 47.99%
GREEN value IS 67 (26.56% from 255) = 16.83%
BLUE value IS 140 (55.08% from 255) = 35.18%
R=47.99%
G=16.83%
B=35.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.27
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1916714000.650.270.25324.6849.2150.59
HexBF438C0411B191453133
Octal277103214010133315056163
Binary10111111100001110001100010000011101111001101000101110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF438C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF438C; }

 p { color: rgb(191,67,140); }

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

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

 a { background-color: rgb(191,67,140); }

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

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

 span { border-color: rgb(191,67,140); }

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