Html Css Color HEX #BE558D Mulberry

📋 copy color: '#BE558D'

red 190 ◦ green 85 ◦ blue 141

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

Shades of Mulberry #BE558D

Tints of Mulberry #BE558D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.43%

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

R = 45.67%
G = 20.43%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#BE558D (or 0xBE558D) is known color: Mulberry. HEX triplet: BE, 55 and 8D. RGB value is (190,85,141). Sum of RGB (Red+Green+Blue) = 190+85+141=416 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.67% from 416); Green value is 85 (33.59% from 255 or 20.43% from 416); Blue value is 141 (55.47% from 255 or 33.89% from 416); Max value from RGB is 190 - color contains mainly: red. Hex color #BE558D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE558D is #41AA72. Grayscale: #7A7A7A. Windows color (decimal): -4303475 or 9262526. OLE color: 9262526.

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

Color convert

RGB 190 85 141 -
CMYK 0 0.55 0.26 0.25
HSL 328º 0.45% 0.54% -
HSV(B) 328º 0.55% 0.75% -
XYZ 29.29 19.37 27.39 -
YUV 122.78 138.29 175.95 -
System Red Green Blue C M Y K H S L
Decimal 190 85 141 0 0.55 0.26 0.25 328 0.45 0.54
Hex BE 55 8D 0 37 1A 19 148 2D 36
Octal 276 125 215 0 67 32 31 510 55 66
Binary 10111110 1010101 10001101 0 110111 11010 11001 101001000 101101 110110

Color Harmonies of #BE558D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE558D

Black with #BE558D

Text Example


Text Example

White with #BE558D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE558D; }

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

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

background-color css

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

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

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

border-color css

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

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

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