#BF55A3

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

Shades of Mulberry #BF55A3

Tints of Mulberry #BF55A3

Color information

#BF55A3 (or 0xBF55A3) is unknown color: approx Mulberry. HEX triplet: BF, 55 and A3. RGB value is (191,85,163). Sum of RGB (Red+Green+Blue) = 191+85+163=439 (58% of max value = 765). Red value is 191 (75% from 255 or 43.51% from 439); Green value is 85 (33.59% from 255 or 19.36% from 439); Blue value is 163 (64.06% from 255 or 37.13% from 439); Max value from RGB is 191 - color contains mainly: red. Hex color #BF55A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF55A3 is #40AA5C. Grayscale: #7D7D7D. Windows color (decimal): -4237917 or 10704319. OLE color: 10704319.

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

Color convert

RGB19185163-
CMYK00.550.150.25
HSL315.85º45.3%54.12%-
HSV(B)315.85º55.5%74.9%-
XYZ31.3520.2236.9-
YUV125.59149.12174.66-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.51%
GREEN value IS 85 (33.59% from 255) = 19.36%
BLUE value IS 163 (64.06% from 255) = 37.13%
R=43.51%
G=19.36%
B=37.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1918516300.550.150.25315.8545.354.12
HexBF55A3037F1913c2d36
Octal27712524306717314745566
Binary101111111010101101000110110111111111001100111100101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF55A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF55A3; }

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

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

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

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

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

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

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

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