Html Css Color HEX #BE4582 Mulberry

📋 copy color: '#BE4582'

red 190 ◦ green 69 ◦ blue 130

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

Shades of Mulberry #BE4582

Tints of Mulberry #BE4582

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17.74%

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

R = 48.84%
G = 17.74%
B = 33.42%

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

#BE4582 (or 0xBE4582) is known color: Mulberry. HEX triplet: BE, 45 and 82. RGB value is (190,69,130). Sum of RGB (Red+Green+Blue) = 190+69+130=389 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.84% from 389); Green value is 69 (27.34% from 255 or 17.74% from 389); Blue value is 130 (51.17% from 255 or 33.42% from 389); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4582 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE4582 is #41BA7D. Grayscale: #707070. Windows color (decimal): -4307582 or 8537534. OLE color: 8537534.

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

Color convert

RGB 190 69 130 -
CMYK 0 0.64 0.32 0.25
HSL 329.75º 0.48% 0.51% -
HSV(B) 329.75º 0.64% 0.75% -
XYZ 27.39 16.82 22.92 -
YUV 112.13 138.09 183.54 -
System Red Green Blue C M Y K H S L
Decimal 190 69 130 0 0.64 0.32 0.25 329.75 0.48 0.51
Hex BE 45 82 0 40 20 19 14A 30 33
Octal 276 105 202 0 100 40 31 512 60 63
Binary 10111110 1000101 10000010 0 1000000 100000 11001 101001010 110000 110011

Color Harmonies of #BE4582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4582

Black with #BE4582

Text Example


Text Example

White with #BE4582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4582; }

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

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

background-color css

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

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

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

border-color css

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

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

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