#BE609F

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

Shades of Mulberry #BE609F

Tints of Mulberry #BE609F

Color information

#BE609F (or 0xBE609F) is unknown color: approx Mulberry. HEX triplet: BE, 60 and 9F. RGB value is (190,96,159). Sum of RGB (Red+Green+Blue) = 190+96+159=445 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.70% from 445); Green value is 96 (37.89% from 255 or 21.57% from 445); Blue value is 159 (62.5% from 255 or 35.73% from 445); Max value from RGB is 190 - color contains mainly: red. Hex color #BE609F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE609F is #419F60. Grayscale: #838383. Windows color (decimal): -4300641 or 10444990. OLE color: 10444990.

HSL color Cylindrical-coordinate representation of color #BE609F: hue angle of 319.79º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BE609F is Cyan = 0, Magento = 0.49, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB19096159-
CMYK00.490.160.25
HSL319.79º41.96%56.08%-
HSV(B)319.79º49.47%74.51%-
XYZ31.6821.8235.34-
YUV131.29143.64169.88-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.70%
GREEN value IS 96 (37.89% from 255) = 21.57%
BLUE value IS 159 (62.5% from 255) = 35.73%
R=42.70%
G=21.57%
B=35.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1909615900.490.160.25319.7941.9656.08
HexBE609F03110191402a38
Octal27614023706120315005270
Binary1011111011000001001111101100011000011001101000000101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE609F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE609F; }

 p { color: rgb(190,96,159); }

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

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

 a { background-color: rgb(190,96,159); }

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

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

 span { border-color: rgb(190,96,159); }

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