Html Css Color HEX #BE4AA2 Mulberry

📋 copy color: '#BE4AA2'

red 190 ◦ green 74 ◦ blue 162

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

Shades of Mulberry #BE4AA2

Tints of Mulberry #BE4AA2

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.37%

 BLUE value IS 162 (63.67% from 255) = 38.03%

R = 44.6%
G = 17.37%
B = 38.03%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.15

 K value IS 0.25

RGB Variations

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

Color information

#BE4AA2 (or 0xBE4AA2) is known color: Mulberry. HEX triplet: BE, 4A and A2. RGB value is (190,74,162). Sum of RGB (Red+Green+Blue) = 190+74+162=426 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.60% from 426); Green value is 74 (29.30% from 255 or 17.37% from 426); Blue value is 162 (63.67% from 255 or 38.03% from 426); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4AA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE4AA2 is #41B55D. Grayscale: #767676. Windows color (decimal): -4306270 or 10635966. OLE color: 10635966.

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

Color convert

RGB 190 74 162 -
CMYK 0 0.61 0.15 0.25
HSL 314.48º 0.47% 0.52% -
HSV(B) 314.48º 0.61% 0.75% -
XYZ 30.21 18.45 36.15 -
YUV 118.72 152.43 178.84 -
System Red Green Blue C M Y K H S L
Decimal 190 74 162 0 0.61 0.15 0.25 314.48 0.47 0.52
Hex BE 4A A2 0 3D F 19 13A 2F 34
Octal 276 112 242 0 75 17 31 472 57 64
Binary 10111110 1001010 10100010 0 111101 1111 11001 100111010 101111 110100

Color Harmonies of #BE4AA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4AA2

Black with #BE4AA2

Text Example


Text Example

White with #BE4AA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4AA2; }

 p { color: rgb(190,74,162); }

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

background-color css

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

 a { background-color: rgb(190,74,162); }

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

border-color css

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

 span { border-color: rgb(190,74,162); }

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