Html Css Color HEX #BE5488 Mulberry

📋 copy color: '#BE5488'

red 190 ◦ green 84 ◦ blue 136

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

Shades of Mulberry #BE5488

Tints of Mulberry #BE5488

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 33.17%

R = 46.34%
G = 20.49%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#BE5488 (or 0xBE5488) is known color: Mulberry. HEX triplet: BE, 54 and 88. RGB value is (190,84,136). Sum of RGB (Red+Green+Blue) = 190+84+136=410 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.34% from 410); Green value is 84 (33.20% from 255 or 20.49% from 410); Blue value is 136 (53.52% from 255 or 33.17% from 410); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5488 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE5488 is #41AB77. Grayscale: #797979. Windows color (decimal): -4303736 or 8934590. OLE color: 8934590.

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

Color convert

RGB 190 84 136 -
CMYK 0 0.56 0.28 0.25
HSL 330.57º 0.45% 0.54% -
HSV(B) 330.57º 0.56% 0.75% -
XYZ 28.85 19.07 25.45 -
YUV 121.62 136.12 176.77 -
System Red Green Blue C M Y K H S L
Decimal 190 84 136 0 0.56 0.28 0.25 330.57 0.45 0.54
Hex BE 54 88 0 38 1C 19 14B 2D 36
Octal 276 124 210 0 70 34 31 513 55 66
Binary 10111110 1010100 10001000 0 111000 11100 11001 101001011 101101 110110

Color Harmonies of #BE5488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5488

Black with #BE5488

Text Example


Text Example

White with #BE5488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5488; }

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

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

background-color css

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

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

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

border-color css

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

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

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