#BE45A3

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

Shades of Mulberry #BE45A3

Tints of Mulberry #BE45A3

Color information

#BE45A3 (or 0xBE45A3) is unknown color: approx Mulberry. HEX triplet: BE, 45 and A3. RGB value is (190,69,163). Sum of RGB (Red+Green+Blue) = 190+69+163=422 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.02% from 422); Green value is 69 (27.34% from 255 or 16.35% from 422); Blue value is 163 (64.06% from 255 or 38.63% from 422); Max value from RGB is 190 - color contains mainly: red. Hex color #BE45A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE45A3 is #41BA5C. Grayscale: #737373. Windows color (decimal): -4307549 or 10700222. OLE color: 10700222.

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

Color convert

RGB19069163-
CMYK00.640.140.25
HSL313.39º48.21%50.78%-
HSV(B)313.39º63.68%74.51%-
XYZ29.9717.8536.52-
YUV115.89154.59180.86-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 45.02%
GREEN value IS 69 (27.34% from 255) = 16.35%
BLUE value IS 163 (64.06% from 255) = 38.63%
R=45.02%
G=16.35%
B=38.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1906916300.640.140.25313.3948.2150.78
HexBE45A3040E191393033
Octal276105243010016314716063
Binary1011111010001011010001101000000111011001100111001110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE45A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE45A3; }

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

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

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

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

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

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

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

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