Html Css Color HEX #BE5482 Mulberry

📋 copy color: '#BE5482'

red 190 ◦ green 84 ◦ blue 130

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

Shades of Mulberry #BE5482

Tints of Mulberry #BE5482

RGB

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

 GREEN value IS 84 (33.2% from 255) = 20.79%

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

R = 47.03%
G = 20.79%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#BE5482 (or 0xBE5482) is known color: Mulberry. HEX triplet: BE, 54 and 82. RGB value is (190,84,130). Sum of RGB (Red+Green+Blue) = 190+84+130=404 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.03% from 404); Green value is 84 (33.20% from 255 or 20.79% from 404); Blue value is 130 (51.17% from 255 or 32.18% from 404); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5482 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE5482 is #41AB7D. Grayscale: #787878. Windows color (decimal): -4303742 or 8541374. OLE color: 8541374.

HSL color Cylindrical-coordinate representation of color #BE5482: hue angle of 333.96º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BE5482 is Cyan = 0, Magento = 0.56, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 84 130 -
CMYK 0 0.56 0.32 0.25
HSL 333.96º 0.45% 0.54% -
HSV(B) 333.96º 0.56% 0.75% -
XYZ 28.43 18.9 23.27 -
YUV 120.94 133.12 177.26 -
System Red Green Blue C M Y K H S L
Decimal 190 84 130 0 0.56 0.32 0.25 333.96 0.45 0.54
Hex BE 54 82 0 38 20 19 14E 2D 36
Octal 276 124 202 0 70 40 31 516 55 66
Binary 10111110 1010100 10000010 0 111000 100000 11001 101001110 101101 110110

Color Harmonies of #BE5482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5482

Black with #BE5482

Text Example


Text Example

White with #BE5482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5482; }

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

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

background-color css

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

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

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

border-color css

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

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

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