Html Css Color HEX #BE447F Mulberry

📋 copy color: '#BE447F'

red 190 ◦ green 68 ◦ blue 127

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

Shades of Mulberry #BE447F

Tints of Mulberry #BE447F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.66%

 BLUE value IS 127 (50% from 255) = 32.99%

R = 49.35%
G = 17.66%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#BE447F (or 0xBE447F) is known color: Mulberry. HEX triplet: BE, 44 and 7F. RGB value is (190,68,127). Sum of RGB (Red+Green+Blue) = 190+68+127=385 (50% of max value = 765). Red value is 190 (74.61% from 255 or 49.35% from 385); Green value is 68 (26.95% from 255 or 17.66% from 385); Blue value is 127 (50% from 255 or 32.99% from 385); Max value from RGB is 190 - color contains mainly: red. Hex color #BE447F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BE447F is #41BB80. Grayscale: #6F6F6F. Windows color (decimal): -4307841 or 8340670. OLE color: 8340670.

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

Color convert

RGB 190 68 127 -
CMYK 0 0.64 0.33 0.25
HSL 330.98º 0.48% 0.51% -
HSV(B) 330.98º 0.64% 0.75% -
XYZ 27.13 16.61 21.86 -
YUV 111.2 136.92 184.2 -
System Red Green Blue C M Y K H S L
Decimal 190 68 127 0 0.64 0.33 0.25 330.98 0.48 0.51
Hex BE 44 7F 0 40 21 19 14B 30 33
Octal 276 104 177 0 100 41 31 513 60 63
Binary 10111110 1000100 1111111 0 1000000 100001 11001 101001011 110000 110011

Color Harmonies of #BE447F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE447F

Black with #BE447F

Text Example


Text Example

White with #BE447F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE447F; }

 p { color: rgb(190,68,127); }

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

background-color css

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

 a { background-color: rgb(190,68,127); }

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

border-color css

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

 span { border-color: rgb(190,68,127); }

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