Html Css Color HEX #BE49AD Fuchsia

📋 copy color: '#BE49AD'

red 190 ◦ green 73 ◦ blue 173

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

Shades of Fuchsia #BE49AD

Tints of Fuchsia #BE49AD

RGB

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

 GREEN value IS 73 (28.91% from 255) = 16.74%

 BLUE value IS 173 (67.97% from 255) = 39.68%

R = 43.58%
G = 16.74%
B = 39.68%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#BE49AD (or 0xBE49AD) is known color: Fuchsia. HEX triplet: BE, 49 and AD. RGB value is (190,73,173). Sum of RGB (Red+Green+Blue) = 190+73+173=436 (57% of max value = 765). Red value is 190 (74.61% from 255 or 43.58% from 436); Green value is 73 (28.91% from 255 or 16.74% from 436); Blue value is 173 (67.97% from 255 or 39.68% from 436); Max value from RGB is 190 - color contains mainly: red. Hex color #BE49AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE49AD is #41B652. Grayscale: #777777. Windows color (decimal): -4306515 or 11356606. OLE color: 11356606.

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

Color convert

RGB 190 73 173 -
CMYK 0 0.62 0.09 0.25
HSL 308.72º 0.47% 0.52% -
HSV(B) 308.72º 0.62% 0.75% -
XYZ 31.16 18.73 41.51 -
YUV 119.38 158.26 178.37 -
System Red Green Blue C M Y K H S L
Decimal 190 73 173 0 0.62 0.09 0.25 308.72 0.47 0.52
Hex BE 49 AD 0 3E 9 19 135 2F 34
Octal 276 111 255 0 76 11 31 465 57 64
Binary 10111110 1001001 10101101 0 111110 1001 11001 100110101 101111 110100

Color Harmonies of #BE49AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE49AD

Black with #BE49AD

Text Example


Text Example

White with #BE49AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE49AD; }

 p { color: rgb(190,73,173); }

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

background-color css

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

 a { background-color: rgb(190,73,173); }

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

border-color css

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

 span { border-color: rgb(190,73,173); }

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