Html Css Color HEX #BE49C2 Fuchsia

📋 copy color: '#BE49C2'

red 190 ◦ green 73 ◦ blue 194

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

Shades of Fuchsia #BE49C2

Tints of Fuchsia #BE49C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 42.45%

R = 41.58%
G = 15.97%
B = 42.45%

CMYK

 C value IS 0.02

 M value IS 0.62

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BE49C2 (or 0xBE49C2) is known color: Fuchsia. HEX triplet: BE, 49 and C2. RGB value is (190,73,194). Sum of RGB (Red+Green+Blue) = 190+73+194=457 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.58% from 457); Green value is 73 (28.91% from 255 or 15.97% from 457); Blue value is 194 (76.17% from 255 or 42.45% from 457); Max value from RGB is 194 - color contains mainly: blue. Hex color #BE49C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE49C2 is #41B63D. Grayscale: #797979. Windows color (decimal): -4306494 or 12732862. OLE color: 12732862.

HSL color Cylindrical-coordinate representation of color #BE49C2: hue angle of 298.02º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BE49C2 is Cyan = 0.02, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 190 73 194 -
CMYK 0.02 0.62 0 0.24
HSL 298.02º 0.5% 0.52% -
HSV(B) 298.02º 0.62% 0.76% -
XYZ 33.36 19.61 53.07 -
YUV 121.78 168.76 176.66 -
System Red Green Blue C M Y K H S L
Decimal 190 73 194 0.02 0.62 0 0.24 298.02 0.5 0.52
Hex BE 49 C2 2 3E 0 18 12A 32 34
Octal 276 111 302 2 76 0 30 452 62 64
Binary 10111110 1001001 11000010 10 111110 0 11000 100101010 110010 110100

Color Harmonies of #BE49C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE49C2

Black with #BE49C2

Text Example


Text Example

White with #BE49C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE49C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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