Html Css Color HEX #BE518C Mulberry

📋 copy color: '#BE518C'

red 190 ◦ green 81 ◦ blue 140

#BE518C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mulberry #BE518C

Tints of Mulberry #BE518C

RGB

 RED value IS 190 (74.61% from 255) = 46.23%

 GREEN value IS 81 (32.03% from 255) = 19.71%

 BLUE value IS 140 (55.08% from 255) = 34.06%

R = 46.23%
G = 19.71%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#BE518C (or 0xBE518C) is known color: Mulberry. HEX triplet: BE, 51 and 8C. RGB value is (190,81,140). Sum of RGB (Red+Green+Blue) = 190+81+140=411 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.23% from 411); Green value is 81 (32.03% from 255 or 19.71% from 411); Blue value is 140 (55.08% from 255 or 34.06% from 411); Max value from RGB is 190 - color contains mainly: red. Hex color #BE518C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE518C is #41AE73. Grayscale: #787878. Windows color (decimal): -4304500 or 9195966. OLE color: 9195966.

HSL color Cylindrical-coordinate representation of color #BE518C: hue angle of 327.52º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BE518C is Cyan = 0, Magento = 0.57, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 81 140 -
CMYK 0 0.57 0.26 0.25
HSL 327.52º 0.46% 0.53% -
HSV(B) 327.52º 0.57% 0.75% -
XYZ 28.91 18.73 26.9 -
YUV 120.32 139.11 177.7 -
System Red Green Blue C M Y K H S L
Decimal 190 81 140 0 0.57 0.26 0.25 327.52 0.46 0.53
Hex BE 51 8C 0 39 1A 19 148 2E 35
Octal 276 121 214 0 71 32 31 510 56 65
Binary 10111110 1010001 10001100 0 111001 11010 11001 101001000 101110 110101

Color Harmonies of #BE518C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE518C

Black with #BE518C

Text Example


Text Example

White with #BE518C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE518C; }

 p { color: rgb(190,81,140); }

 H1.HeaderClassName
 {
   color: #BE518C;
 }
 .AnyTagClassName
 {
   color: #BE518C;
 }
</style>

background-color css

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

 a { background-color: rgb(190,81,140); }

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

border-color css

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

 span { border-color: rgb(190,81,140); }

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