Html Css Color HEX #BE5396 Mulberry

📋 copy color: '#BE5396'

red 190 ◦ green 83 ◦ blue 150

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

Shades of Mulberry #BE5396

Tints of Mulberry #BE5396

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.62%

 BLUE value IS 150 (58.98% from 255) = 35.46%

R = 44.92%
G = 19.62%
B = 35.46%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.21

 K value IS 0.25

RGB Variations

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

Color information

#BE5396 (or 0xBE5396) is known color: Mulberry. HEX triplet: BE, 53 and 96. RGB value is (190,83,150). Sum of RGB (Red+Green+Blue) = 190+83+150=423 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.92% from 423); Green value is 83 (32.81% from 255 or 19.62% from 423); Blue value is 150 (58.98% from 255 or 35.46% from 423); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5396 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE5396 is #41AC69. Grayscale: #7A7A7A. Windows color (decimal): -4303978 or 9851838. OLE color: 9851838.

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

Color convert

RGB 190 83 150 -
CMYK 0 0.56 0.21 0.25
HSL 322.43º 0.45% 0.54% -
HSV(B) 322.43º 0.56% 0.75% -
XYZ 29.83 19.34 31.01 -
YUV 122.63 143.45 176.05 -
System Red Green Blue C M Y K H S L
Decimal 190 83 150 0 0.56 0.21 0.25 322.43 0.45 0.54
Hex BE 53 96 0 38 15 19 142 2D 36
Octal 276 123 226 0 70 25 31 502 55 66
Binary 10111110 1010011 10010110 0 111000 10101 11001 101000010 101101 110110

Color Harmonies of #BE5396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5396

Black with #BE5396

Text Example


Text Example

White with #BE5396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5396; }

 p { color: rgb(190,83,150); }

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

background-color css

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

 a { background-color: rgb(190,83,150); }

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

border-color css

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

 span { border-color: rgb(190,83,150); }

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