#BE569C

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

Shades of Mulberry #BE569C

Tints of Mulberry #BE569C

Color information

#BE569C (or 0xBE569C) is unknown color: approx Mulberry. HEX triplet: BE, 56 and 9C. RGB value is (190,86,156). Sum of RGB (Red+Green+Blue) = 190+86+156=432 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.98% from 432); Green value is 86 (33.98% from 255 or 19.91% from 432); Blue value is 156 (61.33% from 255 or 36.11% from 432); Max value from RGB is 190 - color contains mainly: red. Hex color #BE569C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE569C is #41A963. Grayscale: #7C7C7C. Windows color (decimal): -4303204 or 10245822. OLE color: 10245822.

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

Color convert

RGB19086156-
CMYK00.550.180.25
HSL319.62º44.44%54.12%-
HSV(B)319.62º54.74%74.51%-
XYZ30.562033.7-
YUV125.08145.46174.31-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.98%
GREEN value IS 86 (33.98% from 255) = 19.91%
BLUE value IS 156 (61.33% from 255) = 36.11%
R=43.98%
G=19.91%
B=36.11%

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
Decimal1908615600.550.180.25319.6244.4454.12
HexBE569C03712191402c36
Octal27612623406722315005466
Binary1011111010101101001110001101111001011001101000000101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE569C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE569C; }

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

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

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

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

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

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

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

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