Html Css Color HEX #BE4285 Mulberry

📋 copy color: '#BE4285'

red 190 ◦ green 66 ◦ blue 133

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

Shades of Mulberry #BE4285

Tints of Mulberry #BE4285

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 34.19%

R = 48.84%
G = 16.97%
B = 34.19%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.3

 K value IS 0.25

RGB Variations

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

Color information

#BE4285 (or 0xBE4285) is known color: Mulberry. HEX triplet: BE, 42 and 85. RGB value is (190,66,133). Sum of RGB (Red+Green+Blue) = 190+66+133=389 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.84% from 389); Green value is 66 (26.17% from 255 or 16.97% from 389); Blue value is 133 (52.34% from 255 or 34.19% from 389); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4285 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE4285 is #41BD7A. Grayscale: #6E6E6E. Windows color (decimal): -4308347 or 8733374. OLE color: 8733374.

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

Color convert

RGB 190 66 133 -
CMYK 0 0.65 0.3 0.25
HSL 327.58º 0.49% 0.5% -
HSV(B) 327.58º 0.65% 0.75% -
XYZ 27.42 16.54 23.94 -
YUV 110.71 140.58 184.55 -
System Red Green Blue C M Y K H S L
Decimal 190 66 133 0 0.65 0.3 0.25 327.58 0.49 0.5
Hex BE 42 85 0 41 1E 19 148 31 32
Octal 276 102 205 0 101 36 31 510 61 62
Binary 10111110 1000010 10000101 0 1000001 11110 11001 101001000 110001 110010

Color Harmonies of #BE4285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4285

Black with #BE4285

Text Example


Text Example

White with #BE4285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4285; }

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

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

background-color css

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

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

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

border-color css

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

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

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