Html Css Color HEX #BE54A0 Mulberry

📋 copy color: '#BE54A0'

red 190 ◦ green 84 ◦ blue 160

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

Shades of Mulberry #BE54A0

Tints of Mulberry #BE54A0

RGB

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

 GREEN value IS 84 (33.2% from 255) = 19.35%

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

R = 43.78%
G = 19.35%
B = 36.87%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#BE54A0 (or 0xBE54A0) is known color: Mulberry. HEX triplet: BE, 54 and A0. RGB value is (190,84,160). Sum of RGB (Red+Green+Blue) = 190+84+160=434 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.78% from 434); Green value is 84 (33.20% from 255 or 19.35% from 434); Blue value is 160 (62.89% from 255 or 36.87% from 434); Max value from RGB is 190 - color contains mainly: red. Hex color #BE54A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE54A0 is #41AB5F. Grayscale: #7C7C7C. Windows color (decimal): -4303712 or 10507454. OLE color: 10507454.

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

Color convert

RGB 190 84 160 -
CMYK 0 0.56 0.16 0.25
HSL 316.98º 0.45% 0.54% -
HSV(B) 316.98º 0.56% 0.75% -
XYZ 30.75 19.83 35.46 -
YUV 124.36 148.12 174.82 -
System Red Green Blue C M Y K H S L
Decimal 190 84 160 0 0.56 0.16 0.25 316.98 0.45 0.54
Hex BE 54 A0 0 38 10 19 13D 2D 36
Octal 276 124 240 0 70 20 31 475 55 66
Binary 10111110 1010100 10100000 0 111000 10000 11001 100111101 101101 110110

Color Harmonies of #BE54A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE54A0

Black with #BE54A0

Text Example


Text Example

White with #BE54A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE54A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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