Html Css Color HEX #BE49A1 Mulberry

📋 copy color: '#BE49A1'

red 190 ◦ green 73 ◦ blue 161

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

Shades of Mulberry #BE49A1

Tints of Mulberry #BE49A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 37.97%

R = 44.81%
G = 17.22%
B = 37.97%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.15

 K value IS 0.25

RGB Variations

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

Color information

#BE49A1 (or 0xBE49A1) is known color: Mulberry. HEX triplet: BE, 49 and A1. RGB value is (190,73,161). Sum of RGB (Red+Green+Blue) = 190+73+161=424 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.81% from 424); Green value is 73 (28.91% from 255 or 17.22% from 424); Blue value is 161 (63.28% from 255 or 37.97% from 424); Max value from RGB is 190 - color contains mainly: red. Hex color #BE49A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE49A1 is #41B65E. Grayscale: #757575. Windows color (decimal): -4306527 or 10570174. OLE color: 10570174.

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

Color convert

RGB 190 73 161 -
CMYK 0 0.62 0.15 0.25
HSL 314.87º 0.47% 0.52% -
HSV(B) 314.87º 0.62% 0.75% -
XYZ 30.05 18.29 35.66 -
YUV 118.02 152.26 179.34 -
System Red Green Blue C M Y K H S L
Decimal 190 73 161 0 0.62 0.15 0.25 314.87 0.47 0.52
Hex BE 49 A1 0 3E F 19 13B 2F 34
Octal 276 111 241 0 76 17 31 473 57 64
Binary 10111110 1001001 10100001 0 111110 1111 11001 100111011 101111 110100

Color Harmonies of #BE49A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE49A1

Black with #BE49A1

Text Example


Text Example

White with #BE49A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE49A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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