Html Css Color HEX #BE49B3 Fuchsia

📋 copy color: '#BE49B3'

red 190 ◦ green 73 ◦ blue 179

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

Shades of Fuchsia #BE49B3

Tints of Fuchsia #BE49B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 40.5%

R = 42.99%
G = 16.52%
B = 40.5%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#BE49B3 (or 0xBE49B3) is known color: Fuchsia. HEX triplet: BE, 49 and B3. RGB value is (190,73,179). Sum of RGB (Red+Green+Blue) = 190+73+179=442 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.99% from 442); Green value is 73 (28.91% from 255 or 16.52% from 442); Blue value is 179 (70.31% from 255 or 40.50% from 442); Max value from RGB is 190 - color contains mainly: red. Hex color #BE49B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BE49B3 is #41B64C. Grayscale: #777777. Windows color (decimal): -4306509 or 11749822. OLE color: 11749822.

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

Color convert

RGB 190 73 179 -
CMYK 0 0.62 0.06 0.25
HSL 305.64º 0.47% 0.52% -
HSV(B) 305.64º 0.62% 0.75% -
XYZ 31.75 18.97 44.64 -
YUV 120.07 161.26 177.88 -
System Red Green Blue C M Y K H S L
Decimal 190 73 179 0 0.62 0.06 0.25 305.64 0.47 0.52
Hex BE 49 B3 0 3E 6 19 132 2F 34
Octal 276 111 263 0 76 6 31 462 57 64
Binary 10111110 1001001 10110011 0 111110 110 11001 100110010 101111 110100

Color Harmonies of #BE49B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE49B3

Black with #BE49B3

Text Example


Text Example

White with #BE49B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE49B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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