#BE3F95

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

Shades of Mulberry #BE3F95

Tints of Mulberry #BE3F95

Color information

#BE3F95 (or 0xBE3F95) is unknown color: approx Mulberry. HEX triplet: BE, 3F and 95. RGB value is (190,63,149). Sum of RGB (Red+Green+Blue) = 190+63+149=402 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.26% from 402); Green value is 63 (25% from 255 or 15.67% from 402); Blue value is 149 (58.59% from 255 or 37.06% from 402); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3F95 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE3F95 is #41C06A. Grayscale: #6E6E6E. Windows color (decimal): -4309099 or 9781182. OLE color: 9781182.

HSL color Cylindrical-coordinate representation of color #BE3F95: hue angle of 319.37º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BE3F95 is Cyan = 0, Magento = 0.67, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB19063149-
CMYK00.670.220.25
HSL319.37º50.2%49.61%-
HSV(B)319.37º66.84%74.51%-
XYZ28.4416.6730.15-
YUV110.78149.58184.51-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.26%
GREEN value IS 63 (25% from 255) = 15.67%
BLUE value IS 149 (58.59% from 255) = 37.06%
R=47.26%
G=15.67%
B=37.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1906314900.670.220.25319.3750.249.61
HexBE3F95043161913f3232
Octal27677225010326314776262
Binary1011111011111110010101010000111011011001100111111110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3F95; }

 p { color: rgb(190,63,149); }

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

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

 a { background-color: rgb(190,63,149); }

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

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

 span { border-color: rgb(190,63,149); }

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