Html Css Color HEX #BE5EA4 Mulberry

📋 copy color: '#BE5EA4'

red 190 ◦ green 94 ◦ blue 164

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

Shades of Mulberry #BE5EA4

Tints of Mulberry #BE5EA4

RGB

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

 GREEN value IS 94 (37.11% from 255) = 20.98%

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

R = 42.41%
G = 20.98%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.14

 K value IS 0.25

RGB Variations

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

Color information

#BE5EA4 (or 0xBE5EA4) is known color: Mulberry. HEX triplet: BE, 5E and A4. RGB value is (190,94,164). Sum of RGB (Red+Green+Blue) = 190+94+164=448 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.41% from 448); Green value is 94 (37.11% from 255 or 20.98% from 448); Blue value is 164 (64.45% from 255 or 36.61% from 448); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5EA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE5EA4 is #41A15B. Grayscale: #828282. Windows color (decimal): -4301148 or 10772158. OLE color: 10772158.

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

Color convert

RGB 190 94 164 -
CMYK 0 0.51 0.14 0.25
HSL 316.25º 0.42% 0.56% -
HSV(B) 316.25º 0.51% 0.75% -
XYZ 31.94 21.63 37.61 -
YUV 130.68 146.8 170.31 -
System Red Green Blue C M Y K H S L
Decimal 190 94 164 0 0.51 0.14 0.25 316.25 0.42 0.56
Hex BE 5E A4 0 33 E 19 13C 2A 38
Octal 276 136 244 0 63 16 31 474 52 70
Binary 10111110 1011110 10100100 0 110011 1110 11001 100111100 101010 111000

Color Harmonies of #BE5EA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5EA4

Black with #BE5EA4

Text Example


Text Example

White with #BE5EA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5EA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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