#BE449F

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

Shades of Mulberry #BE449F

Tints of Mulberry #BE449F

Color information

#BE449F (or 0xBE449F) is unknown color: approx Mulberry. HEX triplet: BE, 44 and 9F. RGB value is (190,68,159). Sum of RGB (Red+Green+Blue) = 190+68+159=417 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.56% from 417); Green value is 68 (26.95% from 255 or 16.31% from 417); Blue value is 159 (62.5% from 255 or 38.13% from 417); Max value from RGB is 190 - color contains mainly: red. Hex color #BE449F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE449F is #41BB60. Grayscale: #727272. Windows color (decimal): -4307809 or 10437822. OLE color: 10437822.

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

Color convert

RGB19068159-
CMYK00.640.160.25
HSL315.25º48.41%50.59%-
HSV(B)315.25º64.21%74.51%-
XYZ29.5617.5834.64-
YUV114.85152.92181.6-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.56%
GREEN value IS 68 (26.95% from 255) = 16.31%
BLUE value IS 159 (62.5% from 255) = 38.13%
R=45.56%
G=16.31%
B=38.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1906815900.640.160.25315.2548.4150.59
HexBE449F040101913b3033
Octal276104237010020314736063
Binary10111110100010010011111010000001000011001100111011110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE449F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE449F; }

 p { color: rgb(190,68,159); }

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

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

 a { background-color: rgb(190,68,159); }

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

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

 span { border-color: rgb(190,68,159); }

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