#BE619F

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

Shades of Mulberry #BE619F

Tints of Mulberry #BE619F

Color information

#BE619F (or 0xBE619F) is unknown color: approx Mulberry. HEX triplet: BE, 61 and 9F. RGB value is (190,97,159). Sum of RGB (Red+Green+Blue) = 190+97+159=446 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.60% from 446); Green value is 97 (38.28% from 255 or 21.75% from 446); Blue value is 159 (62.5% from 255 or 35.65% from 446); Max value from RGB is 190 - color contains mainly: red. Hex color #BE619F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE619F is #419E60. Grayscale: #838383. Windows color (decimal): -4300385 or 10445246. OLE color: 10445246.

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

Color convert

RGB19097159-
CMYK00.490.160.25
HSL320º41.7%56.27%-
HSV(B)320º48.95%74.51%-
XYZ31.772235.37-
YUV131.88143.31169.46-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.60%
GREEN value IS 97 (38.28% from 255) = 21.75%
BLUE value IS 159 (62.5% from 255) = 35.65%
R=42.60%
G=21.75%
B=35.65%

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
Decimal1909715900.490.160.2532041.756.27
HexBE619F03110191402a38
Octal27614123706120315005270
Binary1011111011000011001111101100011000011001101000000101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE619F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE619F; }

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

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

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

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

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

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

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

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