#BE3EA4

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

Shades of Mulberry #BE3EA4

Tints of Mulberry #BE3EA4

Color information

#BE3EA4 (or 0xBE3EA4) is unknown color: approx Mulberry. HEX triplet: BE, 3E and A4. RGB value is (190,62,164). Sum of RGB (Red+Green+Blue) = 190+62+164=416 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.67% from 416); Green value is 62 (24.61% from 255 or 14.90% from 416); Blue value is 164 (64.45% from 255 or 39.42% from 416); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3EA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE3EA4 is #41C15B. Grayscale: #6F6F6F. Windows color (decimal): -4309340 or 10763966. OLE color: 10763966.

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

Color convert

RGB19062164-
CMYK00.670.140.25
HSL312.19º50.79%49.41%-
HSV(B)312.19º67.37%74.51%-
XYZ29.6617.0736.85-
YUV111.9157.41183.71-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.67%
GREEN value IS 62 (24.61% from 255) = 14.90%
BLUE value IS 164 (64.45% from 255) = 39.42%
R=45.67%
G=14.90%
B=39.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1906216400.670.140.25312.1950.7949.41
HexBE3EA4043E191383331
Octal27676244010316314706361
Binary101111101111101010010001000011111011001100111000110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE3EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE3EA4; }

 p { color: rgb(190,62,164); }

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

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

 a { background-color: rgb(190,62,164); }

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

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

 span { border-color: rgb(190,62,164); }

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