#be42a5

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

Shades of Mulberry #BE42A5

Tints of Mulberry #BE42A5

Color information

#BE42A5 (or 0xBE42A5) is unknown color: approx Mulberry. HEX triplet: BE, 42 and A5. RGB value is (190,66,165). Sum of RGB (Red+Green+Blue) = 190+66+165=421 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.13% from 421); Green value is 66 (26.17% from 255 or 15.68% from 421); Blue value is 165 (64.84% from 255 or 39.19% from 421); Max value from RGB is 190 - color contains mainly: red. Hex color #BE42A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE42A5 is #41BD5A. Grayscale: #727272. Windows color (decimal): -4308315 or 10830526. OLE color: 10830526.

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

Color convert

RGB19066165-
CMYK00.650.130.25
HSL312.1º48.82%50.2%-
HSV(B)312.1º65.26%74.51%-
XYZ29.9717.5637.41-
YUV114.36156.58181.95-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.13%
GREEN value IS 66 (26.17% from 255) = 15.68%
BLUE value IS 165 (64.84% from 255) = 39.19%
R=45.13%
G=15.68%
B=39.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1906616500.650.130.25312.148.8250.2
HexBE42A5041D191383132
Octal276102245010115314706162
Binary1011111010000101010010101000001110111001100111000110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #be42a5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #be42a5; }

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

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

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

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

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

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

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

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