Html Css Color HEX #BE5BA1 Mulberry

📋 copy color: '#BE5BA1'

red 190 ◦ green 91 ◦ blue 161

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

Shades of Mulberry #BE5BA1

Tints of Mulberry #BE5BA1

RGB

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

 GREEN value IS 91 (35.94% from 255) = 20.59%

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

R = 42.99%
G = 20.59%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.15

 K value IS 0.25

RGB Variations

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

Color information

#BE5BA1 (or 0xBE5BA1) is known color: Mulberry. HEX triplet: BE, 5B and A1. RGB value is (190,91,161). Sum of RGB (Red+Green+Blue) = 190+91+161=442 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.99% from 442); Green value is 91 (35.94% from 255 or 20.59% from 442); Blue value is 161 (63.28% from 255 or 36.43% from 442); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5BA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE5BA1 is #41A45E. Grayscale: #808080. Windows color (decimal): -4301919 or 10574782. OLE color: 10574782.

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

Color convert

RGB 190 91 161 -
CMYK 0 0.52 0.15 0.25
HSL 317.58º 0.43% 0.55% -
HSV(B) 317.58º 0.52% 0.75% -
XYZ 31.41 21 36.12 -
YUV 128.58 146.3 171.81 -
System Red Green Blue C M Y K H S L
Decimal 190 91 161 0 0.52 0.15 0.25 317.58 0.43 0.55
Hex BE 5B A1 0 34 F 19 13E 2B 37
Octal 276 133 241 0 64 17 31 476 53 67
Binary 10111110 1011011 10100001 0 110100 1111 11001 100111110 101011 110111

Color Harmonies of #BE5BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5BA1

Black with #BE5BA1

Text Example


Text Example

White with #BE5BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5BA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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