#BE428F

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

Shades of Mulberry #BE428F

Tints of Mulberry #BE428F

Color information

#BE428F (or 0xBE428F) is unknown color: approx Mulberry. HEX triplet: BE, 42 and 8F. RGB value is (190,66,143). Sum of RGB (Red+Green+Blue) = 190+66+143=399 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.62% from 399); Green value is 66 (26.17% from 255 or 16.54% from 399); Blue value is 143 (56.25% from 255 or 35.84% from 399); Max value from RGB is 190 - color contains mainly: red. Hex color #BE428F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE428F is #41BD70. Grayscale: #6F6F6F. Windows color (decimal): -4308337 or 9388734. OLE color: 9388734.

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

Color convert

RGB19066143-
CMYK00.650.250.25
HSL322.74º48.82%50.2%-
HSV(B)322.74º65.26%74.51%-
XYZ28.1416.8327.75-
YUV111.85145.58183.74-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 47.62%
GREEN value IS 66 (26.17% from 255) = 16.54%
BLUE value IS 143 (56.25% from 255) = 35.84%
R=47.62%
G=16.54%
B=35.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1906614300.650.250.25322.7448.8250.2
HexBE428F04119191433132
Octal276102217010131315036162
Binary10111110100001010001111010000011100111001101000011110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE428F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE428F; }

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

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

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

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

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

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

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

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