#BE5CA3

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

Shades of Mulberry #BE5CA3

Tints of Mulberry #BE5CA3

Color information

#BE5CA3 (or 0xBE5CA3) is unknown color: approx Mulberry. HEX triplet: BE, 5C and A3. RGB value is (190,92,163). Sum of RGB (Red+Green+Blue) = 190+92+163=445 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.70% from 445); Green value is 92 (36.33% from 255 or 20.67% from 445); Blue value is 163 (64.06% from 255 or 36.63% from 445); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5CA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE5CA3 is #41A35C. Grayscale: #818181. Windows color (decimal): -4301661 or 10706110. OLE color: 10706110.

HSL color Cylindrical-coordinate representation of color #BE5CA3: hue angle of 316.53º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BE5CA3 is Cyan = 0, Magento = 0.52, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB19092163-
CMYK00.520.140.25
HSL316.53º42.98%55.29%-
HSV(B)316.53º51.58%74.51%-
XYZ31.6721.2537.08-
YUV129.4146.97171.23-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.70%
GREEN value IS 92 (36.33% from 255) = 20.67%
BLUE value IS 163 (64.06% from 255) = 36.63%
R=42.70%
G=20.67%
B=36.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1909216300.520.140.25316.5342.9855.29
HexBE5CA3034E1913d2b37
Octal27613424306416314755367
Binary101111101011100101000110110100111011001100111101101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE5CA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE5CA3; }

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

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

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

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

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

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

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

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