Html Css Color HEX #BE4D82 Mulberry

📋 copy color: '#BE4D82'

red 190 ◦ green 77 ◦ blue 130

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

Shades of Mulberry #BE4D82

Tints of Mulberry #BE4D82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 32.75%

R = 47.86%
G = 19.4%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#BE4D82 (or 0xBE4D82) is known color: Mulberry. HEX triplet: BE, 4D and 82. RGB value is (190,77,130). Sum of RGB (Red+Green+Blue) = 190+77+130=397 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.86% from 397); Green value is 77 (30.47% from 255 or 19.40% from 397); Blue value is 130 (51.17% from 255 or 32.75% from 397); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4D82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE4D82 is #41B27D. Grayscale: #747474. Windows color (decimal): -4305534 or 8539582. OLE color: 8539582.

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

Color convert

RGB 190 77 130 -
CMYK 0 0.59 0.32 0.25
HSL 331.86º 0.47% 0.52% -
HSV(B) 331.86º 0.59% 0.75% -
XYZ 27.92 17.87 23.1 -
YUV 116.83 135.44 180.19 -
System Red Green Blue C M Y K H S L
Decimal 190 77 130 0 0.59 0.32 0.25 331.86 0.47 0.52
Hex BE 4D 82 0 3B 20 19 14C 2F 34
Octal 276 115 202 0 73 40 31 514 57 64
Binary 10111110 1001101 10000010 0 111011 100000 11001 101001100 101111 110100

Color Harmonies of #BE4D82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4D82

Black with #BE4D82

Text Example


Text Example

White with #BE4D82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4D82; }

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

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

background-color css

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

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

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

border-color css

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

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

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