Html Css Color HEX #BE408F Mulberry

📋 copy color: '#BE408F'

red 190 ◦ green 64 ◦ blue 143

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

Shades of Mulberry #BE408F

Tints of Mulberry #BE408F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.12%

 BLUE value IS 143 (56.25% from 255) = 36.02%

R = 47.86%
G = 16.12%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#BE408F (or 0xBE408F) is known color: Mulberry. HEX triplet: BE, 40 and 8F. RGB value is (190,64,143). Sum of RGB (Red+Green+Blue) = 190+64+143=397 (52% of max value = 765). Red value is 190 (74.61% from 255 or 47.86% from 397); Green value is 64 (25.39% from 255 or 16.12% from 397); Blue value is 143 (56.25% from 255 or 36.02% from 397); Max value from RGB is 190 - color contains mainly: red. Hex color #BE408F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE408F is #41BF70. Grayscale: #6E6E6E. Windows color (decimal): -4308849 or 9388222. OLE color: 9388222.

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

Color convert

RGB 190 64 143 -
CMYK 0 0.66 0.25 0.25
HSL 322.38º 0.5% 0.5% -
HSV(B) 322.38º 0.66% 0.75% -
XYZ 28.03 16.6 27.71 -
YUV 110.68 146.24 184.58 -
System Red Green Blue C M Y K H S L
Decimal 190 64 143 0 0.66 0.25 0.25 322.38 0.5 0.5
Hex BE 40 8F 0 42 19 19 142 32 32
Octal 276 100 217 0 102 31 31 502 62 62
Binary 10111110 1000000 10001111 0 1000010 11001 11001 101000010 110010 110010

Color Harmonies of #BE408F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE408F

Black with #BE408F

Text Example


Text Example

White with #BE408F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE408F; }

 p { color: rgb(190,64,143); }

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

background-color css

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

 a { background-color: rgb(190,64,143); }

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

border-color css

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

 span { border-color: rgb(190,64,143); }

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