#BE42A1

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

Shades of Mulberry #BE42A1

Tints of Mulberry #BE42A1

Color information

#BE42A1 (or 0xBE42A1) is unknown color: approx Mulberry. HEX triplet: BE, 42 and A1. RGB value is (190,66,161). Sum of RGB (Red+Green+Blue) = 190+66+161=417 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.56% from 417); Green value is 66 (26.17% from 255 or 15.83% from 417); Blue value is 161 (63.28% from 255 or 38.61% from 417); Max value from RGB is 190 - color contains mainly: red. Hex color #BE42A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE42A1 is #41BD5E. Grayscale: #717171. Windows color (decimal): -4308319 or 10568382. OLE color: 10568382.

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

Color convert

RGB19066161-
CMYK00.650.150.25
HSL314.03º48.82%50.2%-
HSV(B)314.03º65.26%74.51%-
XYZ29.6217.4235.52-
YUV113.91154.58182.28-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.56%
GREEN value IS 66 (26.17% from 255) = 15.83%
BLUE value IS 161 (63.28% from 255) = 38.61%
R=45.56%
G=15.83%
B=38.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1906616100.650.150.25314.0348.8250.2
HexBE42A1041F1913a3132
Octal276102241010117314726162
Binary1011111010000101010000101000001111111001100111010110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE42A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE42A1; }

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

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

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

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

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

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

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

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