Html Css Color HEX #BE529F Mulberry

📋 copy color: '#BE529F'

red 190 ◦ green 82 ◦ blue 159

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

Shades of Mulberry #BE529F

Tints of Mulberry #BE529F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 36.89%

R = 44.08%
G = 19.03%
B = 36.89%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#BE529F (or 0xBE529F) is known color: Mulberry. HEX triplet: BE, 52 and 9F. RGB value is (190,82,159). Sum of RGB (Red+Green+Blue) = 190+82+159=431 (57% of max value = 765). Red value is 190 (74.61% from 255 or 44.08% from 431); Green value is 82 (32.42% from 255 or 19.03% from 431); Blue value is 159 (62.5% from 255 or 36.89% from 431); Max value from RGB is 190 - color contains mainly: red. Hex color #BE529F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE529F is #41AD60. Grayscale: #7A7A7A. Windows color (decimal): -4304225 or 10441406. OLE color: 10441406.

HSL color Cylindrical-coordinate representation of color #BE529F: hue angle of 317.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 #BE529F is Cyan = 0, Magento = 0.57, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 82 159 -
CMYK 0 0.57 0.16 0.25
HSL 317.22º 0.45% 0.53% -
HSV(B) 317.22º 0.57% 0.75% -
XYZ 30.51 19.48 34.95 -
YUV 123.07 148.28 175.74 -
System Red Green Blue C M Y K H S L
Decimal 190 82 159 0 0.57 0.16 0.25 317.22 0.45 0.53
Hex BE 52 9F 0 39 10 19 13D 2D 35
Octal 276 122 237 0 71 20 31 475 55 65
Binary 10111110 1010010 10011111 0 111001 10000 11001 100111101 101101 110101

Color Harmonies of #BE529F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE529F

Black with #BE529F

Text Example


Text Example

White with #BE529F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE529F; }

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

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

background-color css

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

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

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

border-color css

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

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

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