Html Css Color HEX #BE49A4 Mulberry

📋 copy color: '#BE49A4'

red 190 ◦ green 73 ◦ blue 164

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

Shades of Mulberry #BE49A4

Tints of Mulberry #BE49A4

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.1%

 BLUE value IS 164 (64.45% from 255) = 38.41%

R = 44.5%
G = 17.1%
B = 38.41%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.14

 K value IS 0.25

RGB Variations

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

Color information

#BE49A4 (or 0xBE49A4) is known color: Mulberry. HEX triplet: BE, 49 and A4. RGB value is (190,73,164). Sum of RGB (Red+Green+Blue) = 190+73+164=427 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.50% from 427); Green value is 73 (28.91% from 255 or 17.10% from 427); Blue value is 164 (64.45% from 255 or 38.41% from 427); Max value from RGB is 190 - color contains mainly: red. Hex color #BE49A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE49A4 is #41B65B. Grayscale: #767676. Windows color (decimal): -4306524 or 10766782. OLE color: 10766782.

HSL color Cylindrical-coordinate representation of color #BE49A4: hue angle of 313.33º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BE49A4 is Cyan = 0, Magento = 0.62, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 73 164 -
CMYK 0 0.62 0.14 0.25
HSL 313.33º 0.47% 0.52% -
HSV(B) 313.33º 0.62% 0.75% -
XYZ 30.32 18.39 37.07 -
YUV 118.36 153.76 179.1 -
System Red Green Blue C M Y K H S L
Decimal 190 73 164 0 0.62 0.14 0.25 313.33 0.47 0.52
Hex BE 49 A4 0 3E E 19 139 2F 34
Octal 276 111 244 0 76 16 31 471 57 64
Binary 10111110 1001001 10100100 0 111110 1110 11001 100111001 101111 110100

Color Harmonies of #BE49A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE49A4

Black with #BE49A4

Text Example


Text Example

White with #BE49A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE49A4; }

 p { color: rgb(190,73,164); }

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

background-color css

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

 a { background-color: rgb(190,73,164); }

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

border-color css

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

 span { border-color: rgb(190,73,164); }

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