#BF569C

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

Shades of Mulberry #BF569C

Tints of Mulberry #BF569C

Color information

#BF569C (or 0xBF569C) is unknown color: approx Mulberry. HEX triplet: BF, 56 and 9C. RGB value is (191,86,156). Sum of RGB (Red+Green+Blue) = 191+86+156=433 (57% of max value = 765). Red value is 191 (75% from 255 or 44.11% from 433); Green value is 86 (33.98% from 255 or 19.86% from 433); Blue value is 156 (61.33% from 255 or 36.03% from 433); Max value from RGB is 191 - color contains mainly: red. Hex color #BF569C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BF569C is #40A963. Grayscale: #7D7D7D. Windows color (decimal): -4237668 or 10245823. OLE color: 10245823.

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

Color convert

RGB19186156-
CMYK00.550.180.25
HSL320º45.06%54.31%-
HSV(B)320º54.97%74.9%-
XYZ30.8120.1333.71-
YUV125.38145.29174.81-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 44.11%
GREEN value IS 86 (33.98% from 255) = 19.86%
BLUE value IS 156 (61.33% from 255) = 36.03%
R=44.11%
G=19.86%
B=36.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1918615600.550.180.2532045.0654.31
HexBF569C03712191402d36
Octal27712623406722315005566
Binary1011111110101101001110001101111001011001101000000101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF569C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF569C; }

 p { color: rgb(191,86,156); }

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

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

 a { background-color: rgb(191,86,156); }

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

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

 span { border-color: rgb(191,86,156); }

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