#BE4298

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

Shades of Mulberry #BE4298

Tints of Mulberry #BE4298

Color information

#BE4298 (or 0xBE4298) is unknown color: approx Mulberry. HEX triplet: BE, 42 and 98. RGB value is (190,66,152). Sum of RGB (Red+Green+Blue) = 190+66+152=408 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.57% from 408); Green value is 66 (26.17% from 255 or 16.18% from 408); Blue value is 152 (59.77% from 255 or 37.25% from 408); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4298 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE4298 is #41BD67. Grayscale: #707070. Windows color (decimal): -4308328 or 9978558. OLE color: 9978558.

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

Color convert

RGB19066152-
CMYK00.650.20.25
HSL318.39º48.82%50.2%-
HSV(B)318.39º65.26%74.51%-
XYZ28.8517.1131.49-
YUV112.88150.08183.01-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 46.57%
GREEN value IS 66 (26.17% from 255) = 16.18%
BLUE value IS 152 (59.77% from 255) = 37.25%
R=46.57%
G=16.18%
B=37.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.2
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1906615200.650.20.25318.3948.8250.2
HexBE4298041141913e3132
Octal276102230010124314766162
Binary10111110100001010011000010000011010011001100111110110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE4298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE4298; }

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

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

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

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

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

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

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

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