Html Css Color HEX #BE528D Mulberry

📋 copy color: '#BE528D'

red 190 ◦ green 82 ◦ blue 141

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

Shades of Mulberry #BE528D

Tints of Mulberry #BE528D

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.85%

 BLUE value IS 141 (55.47% from 255) = 34.14%

R = 46%
G = 19.85%
B = 34.14%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#BE528D (or 0xBE528D) is known color: Mulberry. HEX triplet: BE, 52 and 8D. RGB value is (190,82,141). Sum of RGB (Red+Green+Blue) = 190+82+141=413 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.00% from 413); Green value is 82 (32.42% from 255 or 19.85% from 413); Blue value is 141 (55.47% from 255 or 34.14% from 413); Max value from RGB is 190 - color contains mainly: red. Hex color #BE528D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE528D is #41AD72. Grayscale: #787878. Windows color (decimal): -4304243 or 9261758. OLE color: 9261758.

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

Color convert

RGB 190 82 141 -
CMYK 0 0.57 0.26 0.25
HSL 327.22º 0.45% 0.53% -
HSV(B) 327.22º 0.57% 0.75% -
XYZ 29.06 18.9 27.32 -
YUV 121.02 139.28 177.2 -
System Red Green Blue C M Y K H S L
Decimal 190 82 141 0 0.57 0.26 0.25 327.22 0.45 0.53
Hex BE 52 8D 0 39 1A 19 147 2D 35
Octal 276 122 215 0 71 32 31 507 55 65
Binary 10111110 1010010 10001101 0 111001 11010 11001 101000111 101101 110101

Color Harmonies of #BE528D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE528D

Black with #BE528D

Text Example


Text Example

White with #BE528D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE528D; }

 p { color: rgb(190,82,141); }

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

background-color css

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

 a { background-color: rgb(190,82,141); }

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

border-color css

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

 span { border-color: rgb(190,82,141); }

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