Html Css Color HEX #BE4281 Mulberry

📋 copy color: '#BE4281'

red 190 ◦ green 66 ◦ blue 129

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

Shades of Mulberry #BE4281

Tints of Mulberry #BE4281

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.14%

 BLUE value IS 129 (50.78% from 255) = 33.51%

R = 49.35%
G = 17.14%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#BE4281 (or 0xBE4281) is known color: Mulberry. HEX triplet: BE, 42 and 81. RGB value is (190,66,129). Sum of RGB (Red+Green+Blue) = 190+66+129=385 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.35% from 385); Green value is 66 (26.17% from 255 or 17.14% from 385); Blue value is 129 (50.78% from 255 or 33.51% from 385); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4281 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE4281 is #41BD7E. Grayscale: #6E6E6E. Windows color (decimal): -4308351 or 8471230. OLE color: 8471230.

HSL color Cylindrical-coordinate representation of color #BE4281: hue angle of 329.52º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BE4281 is Cyan = 0, Magento = 0.65, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 66 129 -
CMYK 0 0.65 0.32 0.25
HSL 329.52º 0.49% 0.5% -
HSV(B) 329.52º 0.65% 0.75% -
XYZ 27.15 16.43 22.51 -
YUV 110.26 138.58 184.88 -
System Red Green Blue C M Y K H S L
Decimal 190 66 129 0 0.65 0.32 0.25 329.52 0.49 0.5
Hex BE 42 81 0 41 20 19 14A 31 32
Octal 276 102 201 0 101 40 31 512 61 62
Binary 10111110 1000010 10000001 0 1000001 100000 11001 101001010 110001 110010

Color Harmonies of #BE4281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4281

Black with #BE4281

Text Example


Text Example

White with #BE4281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4281; }

 p { color: rgb(190,66,129); }

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

background-color css

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

 a { background-color: rgb(190,66,129); }

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

border-color css

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

 span { border-color: rgb(190,66,129); }

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