#BF5388

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

Shades of Mulberry #BF5388

Tints of Mulberry #BF5388

Color information

#BF5388 (or 0xBF5388) is unknown color: approx Mulberry. HEX triplet: BF, 53 and 88. RGB value is (191,83,136). Sum of RGB (Red+Green+Blue) = 191+83+136=410 (54% of max value = 765). Red value is 191 (75% from 255 or 46.59% from 410); Green value is 83 (32.81% from 255 or 20.24% from 410); Blue value is 136 (53.52% from 255 or 33.17% from 410); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5388 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF5388 is #40AC77. Grayscale: #797979. Windows color (decimal): -4238456 or 8934335. OLE color: 8934335.

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

Color convert

RGB19183136-
CMYK00.570.290.25
HSL330.56º45.76%53.73%-
HSV(B)330.56º56.54%74.9%-
XYZ29.0219.0425.44-
YUV121.33136.28177.69-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.59%
GREEN value IS 83 (32.81% from 255) = 20.24%
BLUE value IS 136 (53.52% from 255) = 33.17%
R=46.59%
G=20.24%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1918313600.570.290.25330.5645.7653.73
HexBF53880391D1914b2e36
Octal27712321007135315135666
Binary1011111110100111000100001110011110111001101001011101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5388; }

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

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

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

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

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

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

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

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