#BE3FA2

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

Shades of Mulberry #BE3FA2

Tints of Mulberry #BE3FA2

Color information

#BE3FA2 (or 0xBE3FA2) is unknown color: approx Mulberry. HEX triplet: BE, 3F and A2. RGB value is (190,63,162). Sum of RGB (Red+Green+Blue) = 190+63+162=415 (54% of max value = 765). Red value is 190 (74.61% from 255 or 45.78% from 415); Green value is 63 (25% from 255 or 15.18% from 415); Blue value is 162 (63.67% from 255 or 39.04% from 415); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3FA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE3FA2 is #41C05D. Grayscale: #6F6F6F. Windows color (decimal): -4309086 or 10633150. OLE color: 10633150.

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

Color convert

RGB19063162-
CMYK00.670.150.25
HSL313.23º50.2%49.61%-
HSV(B)313.23º66.84%74.51%-
XYZ29.5317.1135.93-
YUV112.26156.08183.45-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.78%
GREEN value IS 63 (25% from 255) = 15.18%
BLUE value IS 162 (63.67% from 255) = 39.04%
R=45.78%
G=15.18%
B=39.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1906316200.670.150.25313.2350.249.61
HexBE3FA2043F191393232
Octal27677242010317314716262
Binary101111101111111010001001000011111111001100111001110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3FA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3FA2; }

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

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

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

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

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

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

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

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