Html Css Color HEX #BE4585 Mulberry

📋 copy color: '#BE4585'

red 190 ◦ green 69 ◦ blue 133

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

Shades of Mulberry #BE4585

Tints of Mulberry #BE4585

RGB

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

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

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

R = 48.47%
G = 17.6%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.3

 K value IS 0.25

RGB Variations

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

Color information

#BE4585 (or 0xBE4585) is known color: Mulberry. HEX triplet: BE, 45 and 85. RGB value is (190,69,133). Sum of RGB (Red+Green+Blue) = 190+69+133=392 (51% of max value = 765). Red value is 190 (74.61% from 255 or 48.47% from 392); Green value is 69 (27.34% from 255 or 17.60% from 392); Blue value is 133 (52.34% from 255 or 33.93% from 392); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4585 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE4585 is #41BA7A. Grayscale: #707070. Windows color (decimal): -4307579 or 8734142. OLE color: 8734142.

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

Color convert

RGB 190 69 133 -
CMYK 0 0.64 0.3 0.25
HSL 328.26º 0.48% 0.51% -
HSV(B) 328.26º 0.64% 0.75% -
XYZ 27.6 16.9 24 -
YUV 112.48 139.59 183.3 -
System Red Green Blue C M Y K H S L
Decimal 190 69 133 0 0.64 0.3 0.25 328.26 0.48 0.51
Hex BE 45 85 0 40 1E 19 148 30 33
Octal 276 105 205 0 100 36 31 510 60 63
Binary 10111110 1000101 10000101 0 1000000 11110 11001 101001000 110000 110011

Color Harmonies of #BE4585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4585

Black with #BE4585

Text Example


Text Example

White with #BE4585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4585; }

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

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

background-color css

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

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

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

border-color css

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

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

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