#BF55A5

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

Shades of Mulberry #BF55A5

Tints of Mulberry #BF55A5

Color information

#BF55A5 (or 0xBF55A5) is unknown color: approx Mulberry. HEX triplet: BF, 55 and A5. RGB value is (191,85,165). Sum of RGB (Red+Green+Blue) = 191+85+165=441 (58% of max value = 765). Red value is 191 (75% from 255 or 43.31% from 441); Green value is 85 (33.59% from 255 or 19.27% from 441); Blue value is 165 (64.84% from 255 or 37.41% from 441); Max value from RGB is 191 - color contains mainly: red. Hex color #BF55A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF55A5 is #40AA5A. Grayscale: #7D7D7D. Windows color (decimal): -4237915 or 10835391. OLE color: 10835391.

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

Color convert

RGB19185165-
CMYK00.550.140.25
HSL314.72º45.3%54.12%-
HSV(B)314.72º55.5%74.9%-
XYZ31.5320.2937.85-
YUV125.81150.12174.5-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.31%
GREEN value IS 85 (33.59% from 255) = 19.27%
BLUE value IS 165 (64.84% from 255) = 37.41%
R=43.31%
G=19.27%
B=37.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1918516500.550.140.25314.7245.354.12
HexBF55A5037E1913b2d36
Octal27712524506716314735566
Binary101111111010101101001010110111111011001100111011101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF55A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF55A5; }

 p { color: rgb(191,85,165); }

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

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

 a { background-color: rgb(191,85,165); }

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

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

 span { border-color: rgb(191,85,165); }

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