#BE458C

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

Shades of Mulberry #BE458C

Tints of Mulberry #BE458C

Color information

#BE458C (or 0xBE458C) is unknown color: approx Mulberry. HEX triplet: BE, 45 and 8C. RGB value is (190,69,140). Sum of RGB (Red+Green+Blue) = 190+69+140=399 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.62% from 399); Green value is 69 (27.34% from 255 or 17.29% from 399); Blue value is 140 (55.08% from 255 or 35.09% from 399); Max value from RGB is 190 - color contains mainly: red. Hex color #BE458C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE458C is #41BA73. Grayscale: #717171. Windows color (decimal): -4307572 or 9192894. OLE color: 9192894.

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

Color convert

RGB19069140-
CMYK00.640.260.25
HSL324.79º48.21%50.78%-
HSV(B)324.79º63.68%74.51%-
XYZ28.117.126.63-
YUV113.27143.09182.73-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.62%
GREEN value IS 69 (27.34% from 255) = 17.29%
BLUE value IS 140 (55.08% from 255) = 35.09%
R=47.62%
G=17.29%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1906914000.640.260.25324.7948.2150.78
HexBE458C0401A191453033
Octal276105214010032315056063
Binary10111110100010110001100010000001101011001101000101110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE458C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE458C; }

 p { color: rgb(190,69,140); }

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

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

 a { background-color: rgb(190,69,140); }

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

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

 span { border-color: rgb(190,69,140); }

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