Html Css Color HEX #BE46A0 Mulberry

📋 copy color: '#BE46A0'

red 190 ◦ green 70 ◦ blue 160

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

Shades of Mulberry #BE46A0

Tints of Mulberry #BE46A0

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.67%

 BLUE value IS 160 (62.89% from 255) = 38.1%

R = 45.24%
G = 16.67%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#BE46A0 (or 0xBE46A0) is known color: Mulberry. HEX triplet: BE, 46 and A0. RGB value is (190,70,160). Sum of RGB (Red+Green+Blue) = 190+70+160=420 (55% of max value = 765). Red value is 190 (74.61% from 255 or 45.24% from 420); Green value is 70 (27.73% from 255 or 16.67% from 420); Blue value is 160 (62.89% from 255 or 38.10% from 420); Max value from RGB is 190 - color contains mainly: red. Hex color #BE46A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE46A0 is #41B95F. Grayscale: #737373. Windows color (decimal): -4307296 or 10503870. OLE color: 10503870.

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

Color convert

RGB 190 70 160 -
CMYK 0 0.63 0.16 0.25
HSL 315º 0.48% 0.51% -
HSV(B) 315º 0.63% 0.75% -
XYZ 29.77 17.87 35.14 -
YUV 116.14 152.76 180.68 -
System Red Green Blue C M Y K H S L
Decimal 190 70 160 0 0.63 0.16 0.25 315 0.48 0.51
Hex BE 46 A0 0 3F 10 19 13B 30 33
Octal 276 106 240 0 77 20 31 473 60 63
Binary 10111110 1000110 10100000 0 111111 10000 11001 100111011 110000 110011

Color Harmonies of #BE46A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE46A0

Black with #BE46A0

Text Example


Text Example

White with #BE46A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE46A0; }

 p { color: rgb(190,70,160); }

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

background-color css

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

 a { background-color: rgb(190,70,160); }

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

border-color css

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

 span { border-color: rgb(190,70,160); }

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