Html Css Color HEX #BE4D80 Mulberry

📋 copy color: '#BE4D80'

red 190 ◦ green 77 ◦ blue 128

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

Shades of Mulberry #BE4D80

Tints of Mulberry #BE4D80

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.49%

 BLUE value IS 128 (50.39% from 255) = 32.41%

R = 48.1%
G = 19.49%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#BE4D80 (or 0xBE4D80) is known color: Mulberry. HEX triplet: BE, 4D and 80. RGB value is (190,77,128). Sum of RGB (Red+Green+Blue) = 190+77+128=395 (52% of max value = 765). Red value is 190 (74.61% from 255 or 48.10% from 395); Green value is 77 (30.47% from 255 or 19.49% from 395); Blue value is 128 (50.39% from 255 or 32.41% from 395); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4D80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE4D80 is #41B27F. Grayscale: #747474. Windows color (decimal): -4305536 or 8408510. OLE color: 8408510.

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

Color convert

RGB 190 77 128 -
CMYK 0 0.59 0.33 0.25
HSL 332.92º 0.47% 0.52% -
HSV(B) 332.92º 0.59% 0.75% -
XYZ 27.79 17.81 22.4 -
YUV 116.6 134.44 180.35 -
System Red Green Blue C M Y K H S L
Decimal 190 77 128 0 0.59 0.33 0.25 332.92 0.47 0.52
Hex BE 4D 80 0 3B 21 19 14D 2F 34
Octal 276 115 200 0 73 41 31 515 57 64
Binary 10111110 1001101 10000000 0 111011 100001 11001 101001101 101111 110100

Color Harmonies of #BE4D80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4D80

Black with #BE4D80

Text Example


Text Example

White with #BE4D80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4D80; }

 p { color: rgb(190,77,128); }

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

background-color css

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

 a { background-color: rgb(190,77,128); }

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

border-color css

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

 span { border-color: rgb(190,77,128); }

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