Html Css Color HEX #BE53A0 Mulberry

📋 copy color: '#BE53A0'

red 190 ◦ green 83 ◦ blue 160

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

Shades of Mulberry #BE53A0

Tints of Mulberry #BE53A0

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.17%

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

R = 43.88%
G = 19.17%
B = 36.95%

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

#BE53A0 (or 0xBE53A0) is known color: Mulberry. HEX triplet: BE, 53 and A0. RGB value is (190,83,160). Sum of RGB (Red+Green+Blue) = 190+83+160=433 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.88% from 433); Green value is 83 (32.81% from 255 or 19.17% from 433); Blue value is 160 (62.89% from 255 or 36.95% from 433); Max value from RGB is 190 - color contains mainly: red. Hex color #BE53A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE53A0 is #41AC5F. Grayscale: #7B7B7B. Windows color (decimal): -4303968 or 10507198. OLE color: 10507198.

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

Color convert

RGB 190 83 160 -
CMYK 0 0.56 0.16 0.25
HSL 316.82º 0.45% 0.54% -
HSV(B) 316.82º 0.56% 0.75% -
XYZ 30.67 19.67 35.44 -
YUV 123.77 148.45 175.24 -
System Red Green Blue C M Y K H S L
Decimal 190 83 160 0 0.56 0.16 0.25 316.82 0.45 0.54
Hex BE 53 A0 0 38 10 19 13D 2D 36
Octal 276 123 240 0 70 20 31 475 55 66
Binary 10111110 1010011 10100000 0 111000 10000 11001 100111101 101101 110110

Color Harmonies of #BE53A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE53A0

Black with #BE53A0

Text Example


Text Example

White with #BE53A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE53A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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