Html Css Color HEX #BE4496 Mulberry

📋 copy color: '#BE4496'

red 190 ◦ green 68 ◦ blue 150

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

Shades of Mulberry #BE4496

Tints of Mulberry #BE4496

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.67%

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

R = 46.57%
G = 16.67%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.21

 K value IS 0.25

RGB Variations

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

Color information

#BE4496 (or 0xBE4496) is known color: Mulberry. HEX triplet: BE, 44 and 96. RGB value is (190,68,150). Sum of RGB (Red+Green+Blue) = 190+68+150=408 (54% of max value = 765). Red value is 190 (74.61% from 255 or 46.57% from 408); Green value is 68 (26.95% from 255 or 16.67% from 408); Blue value is 150 (58.98% from 255 or 36.76% from 408); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4496 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE4496 is #41BB69. Grayscale: #717171. Windows color (decimal): -4307818 or 9847998. OLE color: 9847998.

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

Color convert

RGB 190 68 150 -
CMYK 0 0.64 0.21 0.25
HSL 319.67º 0.48% 0.51% -
HSV(B) 319.67º 0.64% 0.75% -
XYZ 28.81 17.28 30.67 -
YUV 113.83 148.42 182.33 -
System Red Green Blue C M Y K H S L
Decimal 190 68 150 0 0.64 0.21 0.25 319.67 0.48 0.51
Hex BE 44 96 0 40 15 19 140 30 33
Octal 276 104 226 0 100 25 31 500 60 63
Binary 10111110 1000100 10010110 0 1000000 10101 11001 101000000 110000 110011

Color Harmonies of #BE4496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4496

Black with #BE4496

Text Example


Text Example

White with #BE4496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4496; }

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

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

background-color css

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

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

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

border-color css

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

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

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