Html Css Color HEX #BE50A0 Mulberry

📋 copy color: '#BE50A0'

red 190 ◦ green 80 ◦ blue 160

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

Shades of Mulberry #BE50A0

Tints of Mulberry #BE50A0

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.6%

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

R = 44.19%
G = 18.6%
B = 37.21%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#BE50A0 (or 0xBE50A0) is known color: Mulberry. HEX triplet: BE, 50 and A0. RGB value is (190,80,160). Sum of RGB (Red+Green+Blue) = 190+80+160=430 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.19% from 430); Green value is 80 (31.64% from 255 or 18.60% from 430); Blue value is 160 (62.89% from 255 or 37.21% from 430); Max value from RGB is 190 - color contains mainly: red. Hex color #BE50A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE50A0 is #41AF5F. Grayscale: #797979. Windows color (decimal): -4304736 or 10506430. OLE color: 10506430.

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

Color convert

RGB 190 80 160 -
CMYK 0 0.58 0.16 0.25
HSL 316.36º 0.46% 0.53% -
HSV(B) 316.36º 0.58% 0.75% -
XYZ 30.45 19.22 35.36 -
YUV 122.01 149.44 176.5 -
System Red Green Blue C M Y K H S L
Decimal 190 80 160 0 0.58 0.16 0.25 316.36 0.46 0.53
Hex BE 50 A0 0 3A 10 19 13C 2E 35
Octal 276 120 240 0 72 20 31 474 56 65
Binary 10111110 1010000 10100000 0 111010 10000 11001 100111100 101110 110101

Color Harmonies of #BE50A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE50A0

Black with #BE50A0

Text Example


Text Example

White with #BE50A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE50A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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