Html Css Color HEX #BE55A0 Mulberry

📋 copy color: '#BE55A0'

red 190 ◦ green 85 ◦ blue 160

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

Shades of Mulberry #BE55A0

Tints of Mulberry #BE55A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 36.78%

R = 43.68%
G = 19.54%
B = 36.78%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#BE55A0 (or 0xBE55A0) is known color: Mulberry. HEX triplet: BE, 55 and A0. RGB value is (190,85,160). Sum of RGB (Red+Green+Blue) = 190+85+160=435 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.68% from 435); Green value is 85 (33.59% from 255 or 19.54% from 435); Blue value is 160 (62.89% from 255 or 36.78% from 435); Max value from RGB is 190 - color contains mainly: red. Hex color #BE55A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE55A0 is #41AA5F. Grayscale: #7C7C7C. Windows color (decimal): -4303456 or 10507710. OLE color: 10507710.

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

Color convert

RGB 190 85 160 -
CMYK 0 0.55 0.16 0.25
HSL 317.14º 0.45% 0.54% -
HSV(B) 317.14º 0.55% 0.75% -
XYZ 30.83 19.98 35.49 -
YUV 124.95 147.79 174.4 -
System Red Green Blue C M Y K H S L
Decimal 190 85 160 0 0.55 0.16 0.25 317.14 0.45 0.54
Hex BE 55 A0 0 37 10 19 13D 2D 36
Octal 276 125 240 0 67 20 31 475 55 66
Binary 10111110 1010101 10100000 0 110111 10000 11001 100111101 101101 110110

Color Harmonies of #BE55A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE55A0

Black with #BE55A0

Text Example


Text Example

White with #BE55A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE55A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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