#BE4198

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

Shades of Mulberry #BE4198

Tints of Mulberry #BE4198

Color information

#BE4198 (or 0xBE4198) is unknown color: approx Mulberry. HEX triplet: BE, 41 and 98. RGB value is (190,65,152). Sum of RGB (Red+Green+Blue) = 190+65+152=407 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.68% from 407); Green value is 65 (25.78% from 255 or 15.97% from 407); Blue value is 152 (59.77% from 255 or 37.35% from 407); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4198 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE4198 is #41BE67. Grayscale: #707070. Windows color (decimal): -4308584 or 9978302. OLE color: 9978302.

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

Color convert

RGB19065152-
CMYK00.660.20.25
HSL318.24º49.02%50%-
HSV(B)318.24º65.79%74.51%-
XYZ28.7916.9931.47-
YUV112.29150.41183.43-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.68%
GREEN value IS 65 (25.78% from 255) = 15.97%
BLUE value IS 152 (59.77% from 255) = 37.35%
R=46.68%
G=15.97%
B=37.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.2
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1906515200.660.20.25318.2449.0250
HexBE4198042141913e3132
Octal276101230010224314766162
Binary10111110100000110011000010000101010011001100111110110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4198; }

 p { color: rgb(190,65,152); }

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

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

 a { background-color: rgb(190,65,152); }

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

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

 span { border-color: rgb(190,65,152); }

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