Html Css Color HEX #BE4482 Mulberry

📋 copy color: '#BE4482'

red 190 ◦ green 68 ◦ blue 130

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

Shades of Mulberry #BE4482

Tints of Mulberry #BE4482

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 33.51%

R = 48.97%
G = 17.53%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#BE4482 (or 0xBE4482) is known color: Mulberry. HEX triplet: BE, 44 and 82. RGB value is (190,68,130). Sum of RGB (Red+Green+Blue) = 190+68+130=388 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.97% from 388); Green value is 68 (26.95% from 255 or 17.53% from 388); Blue value is 130 (51.17% from 255 or 33.51% from 388); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4482 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE4482 is #41BB7D. Grayscale: #6F6F6F. Windows color (decimal): -4307838 or 8537278. OLE color: 8537278.

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

Color convert

RGB 190 68 130 -
CMYK 0 0.64 0.32 0.25
HSL 329.51º 0.48% 0.51% -
HSV(B) 329.51º 0.64% 0.75% -
XYZ 27.33 16.69 22.9 -
YUV 111.55 138.42 183.96 -
System Red Green Blue C M Y K H S L
Decimal 190 68 130 0 0.64 0.32 0.25 329.51 0.48 0.51
Hex BE 44 82 0 40 20 19 14A 30 33
Octal 276 104 202 0 100 40 31 512 60 63
Binary 10111110 1000100 10000010 0 1000000 100000 11001 101001010 110000 110011

Color Harmonies of #BE4482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4482

Black with #BE4482

Text Example


Text Example

White with #BE4482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4482; }

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

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

background-color css

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

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

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

border-color css

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

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

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