#BF55A4

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

Shades of Mulberry #BF55A4

Tints of Mulberry #BF55A4

Color information

#BF55A4 (or 0xBF55A4) is unknown color: approx Mulberry. HEX triplet: BF, 55 and A4. RGB value is (191,85,164). Sum of RGB (Red+Green+Blue) = 191+85+164=440 (58% of max value = 765). Red value is 191 (75% from 255 or 43.41% from 440); Green value is 85 (33.59% from 255 or 19.32% from 440); Blue value is 164 (64.45% from 255 or 37.27% from 440); Max value from RGB is 191 - color contains mainly: red. Hex color #BF55A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF55A4 is #40AA5B. Grayscale: #7D7D7D. Windows color (decimal): -4237916 or 10769855. OLE color: 10769855.

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

Color convert

RGB19185164-
CMYK00.550.140.25
HSL315.28º45.3%54.12%-
HSV(B)315.28º55.5%74.9%-
XYZ31.4420.2537.37-
YUV125.7149.62174.58-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.41%
GREEN value IS 85 (33.59% from 255) = 19.32%
BLUE value IS 164 (64.45% from 255) = 37.27%
R=43.41%
G=19.32%
B=37.27%

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
Decimal1918516400.550.140.25315.2845.354.12
HexBF55A4037E1913b2d36
Octal27712524406716314735566
Binary101111111010101101001000110111111011001100111011101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF55A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF55A4; }

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

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

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

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

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

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

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

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