Html Css Color HEX #BE4CA5 Mulberry

📋 copy color: '#BE4CA5'

red 190 ◦ green 76 ◦ blue 165

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

Shades of Mulberry #BE4CA5

Tints of Mulberry #BE4CA5

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.63%

 BLUE value IS 165 (64.84% from 255) = 38.28%

R = 44.08%
G = 17.63%
B = 38.28%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.13

 K value IS 0.25

RGB Variations

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

Color information

#BE4CA5 (or 0xBE4CA5) is known color: Mulberry. HEX triplet: BE, 4C and A5. RGB value is (190,76,165). Sum of RGB (Red+Green+Blue) = 190+76+165=431 (57% of max value = 765). Red value is 190 (74.61% from 255 or 44.08% from 431); Green value is 76 (30.08% from 255 or 17.63% from 431); Blue value is 165 (64.84% from 255 or 38.28% from 431); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4CA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE4CA5 is #41B35A. Grayscale: #777777. Windows color (decimal): -4305755 or 10833086. OLE color: 10833086.

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

Color convert

RGB 190 76 165 -
CMYK 0 0.60 0.13 0.25
HSL 313.16º 0.47% 0.52% -
HSV(B) 313.16º 0.6% 0.75% -
XYZ 30.61 18.83 37.62 -
YUV 120.23 153.27 177.76 -
System Red Green Blue C M Y K H S L
Decimal 190 76 165 0 0.60 0.13 0.25 313.16 0.47 0.52
Hex BE 4C A5 0 3C D 19 139 2F 34
Octal 276 114 245 0 74 15 31 471 57 64
Binary 10111110 1001100 10100101 0 111100 1101 11001 100111001 101111 110100

Color Harmonies of #BE4CA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4CA5

Black with #BE4CA5

Text Example


Text Example

White with #BE4CA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4CA5; }

 p { color: rgb(190,76,165); }

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

background-color css

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

 a { background-color: rgb(190,76,165); }

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

border-color css

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

 span { border-color: rgb(190,76,165); }

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