Html Css Color HEX #BE51A0 Mulberry

📋 copy color: '#BE51A0'

red 190 ◦ green 81 ◦ blue 160

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

Shades of Mulberry #BE51A0

Tints of Mulberry #BE51A0

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.79%

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

R = 44.08%
G = 18.79%
B = 37.12%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#BE51A0 (or 0xBE51A0) is known color: Mulberry. HEX triplet: BE, 51 and A0. RGB value is (190,81,160). Sum of RGB (Red+Green+Blue) = 190+81+160=431 (57% of max value = 765). Red value is 190 (74.61% from 255 or 44.08% from 431); Green value is 81 (32.03% from 255 or 18.79% from 431); Blue value is 160 (62.89% from 255 or 37.12% from 431); Max value from RGB is 190 - color contains mainly: red. Hex color #BE51A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE51A0 is #41AE5F. Grayscale: #7A7A7A. Windows color (decimal): -4304480 or 10506686. OLE color: 10506686.

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

Color convert

RGB 190 81 160 -
CMYK 0 0.57 0.16 0.25
HSL 316.51º 0.46% 0.53% -
HSV(B) 316.51º 0.57% 0.75% -
XYZ 30.52 19.37 35.39 -
YUV 122.6 149.11 176.08 -
System Red Green Blue C M Y K H S L
Decimal 190 81 160 0 0.57 0.16 0.25 316.51 0.46 0.53
Hex BE 51 A0 0 39 10 19 13D 2E 35
Octal 276 121 240 0 71 20 31 475 56 65
Binary 10111110 1010001 10100000 0 111001 10000 11001 100111101 101110 110101

Color Harmonies of #BE51A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE51A0

Black with #BE51A0

Text Example


Text Example

White with #BE51A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE51A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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