Html Css Color HEX #BE4495 Mulberry

📋 copy color: '#BE4495'

red 190 ◦ green 68 ◦ blue 149

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

Shades of Mulberry #BE4495

Tints of Mulberry #BE4495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 36.61%

R = 46.68%
G = 16.71%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#BE4495 (or 0xBE4495) is known color: Mulberry. HEX triplet: BE, 44 and 95. RGB value is (190,68,149). Sum of RGB (Red+Green+Blue) = 190+68+149=407 (53% of max value = 765). Red value is 190 (74.61% from 255 or 46.68% from 407); Green value is 68 (26.95% from 255 or 16.71% from 407); Blue value is 149 (58.59% from 255 or 36.61% from 407); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4495 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE4495 is #41BB6A. Grayscale: #717171. Windows color (decimal): -4307819 or 9782462. OLE color: 9782462.

HSL color Cylindrical-coordinate representation of color #BE4495: hue angle of 320.16º 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 #BE4495 is Cyan = 0, Magento = 0.64, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 68 149 -
CMYK 0 0.64 0.22 0.25
HSL 320.16º 0.48% 0.51% -
HSV(B) 320.16º 0.64% 0.75% -
XYZ 28.73 17.25 30.25 -
YUV 113.71 147.92 182.41 -
System Red Green Blue C M Y K H S L
Decimal 190 68 149 0 0.64 0.22 0.25 320.16 0.48 0.51
Hex BE 44 95 0 40 16 19 140 30 33
Octal 276 104 225 0 100 26 31 500 60 63
Binary 10111110 1000100 10010101 0 1000000 10110 11001 101000000 110000 110011

Color Harmonies of #BE4495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4495

Black with #BE4495

Text Example


Text Example

White with #BE4495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4495; }

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

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

background-color css

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

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

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

border-color css

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

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

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