Html Css Color HEX #BE5481 Mulberry

📋 copy color: '#BE5481'

red 190 ◦ green 84 ◦ blue 129

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

Shades of Mulberry #BE5481

Tints of Mulberry #BE5481

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 32.01%

R = 47.15%
G = 20.84%
B = 32.01%

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

#BE5481 (or 0xBE5481) is known color: Mulberry. HEX triplet: BE, 54 and 81. RGB value is (190,84,129). Sum of RGB (Red+Green+Blue) = 190+84+129=403 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.15% from 403); Green value is 84 (33.20% from 255 or 20.84% from 403); Blue value is 129 (50.78% from 255 or 32.01% from 403); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5481 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE5481 is #41AB7E. Grayscale: #787878. Windows color (decimal): -4303743 or 8475838. OLE color: 8475838.

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

Color convert

RGB 190 84 129 -
CMYK 0 0.56 0.32 0.25
HSL 334.53º 0.45% 0.54% -
HSV(B) 334.53º 0.56% 0.75% -
XYZ 28.37 18.87 22.92 -
YUV 120.82 132.62 177.34 -
System Red Green Blue C M Y K H S L
Decimal 190 84 129 0 0.56 0.32 0.25 334.53 0.45 0.54
Hex BE 54 81 0 38 20 19 14F 2D 36
Octal 276 124 201 0 70 40 31 517 55 66
Binary 10111110 1010100 10000001 0 111000 100000 11001 101001111 101101 110110

Color Harmonies of #BE5481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5481

Black with #BE5481

Text Example


Text Example

White with #BE5481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5481; }

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

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

background-color css

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

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

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

border-color css

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

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

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