Html Css Color HEX #BE49A8 Fuchsia

📋 copy color: '#BE49A8'

red 190 ◦ green 73 ◦ blue 168

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

Shades of Fuchsia #BE49A8

Tints of Fuchsia #BE49A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 38.98%

R = 44.08%
G = 16.94%
B = 38.98%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#BE49A8 (or 0xBE49A8) is known color: Fuchsia. HEX triplet: BE, 49 and A8. RGB value is (190,73,168). Sum of RGB (Red+Green+Blue) = 190+73+168=431 (57% of max value = 765). Red value is 190 (74.61% from 255 or 44.08% from 431); Green value is 73 (28.91% from 255 or 16.94% from 431); Blue value is 168 (66.02% from 255 or 38.98% from 431); Max value from RGB is 190 - color contains mainly: red. Hex color #BE49A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE49A8 is #41B657. Grayscale: #767676. Windows color (decimal): -4306520 or 11028926. OLE color: 11028926.

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

Color convert

RGB 190 73 168 -
CMYK 0 0.62 0.12 0.25
HSL 311.28º 0.47% 0.52% -
HSV(B) 311.28º 0.62% 0.75% -
XYZ 30.69 18.54 39.01 -
YUV 118.81 155.76 178.78 -
System Red Green Blue C M Y K H S L
Decimal 190 73 168 0 0.62 0.12 0.25 311.28 0.47 0.52
Hex BE 49 A8 0 3E C 19 137 2F 34
Octal 276 111 250 0 76 14 31 467 57 64
Binary 10111110 1001001 10101000 0 111110 1100 11001 100110111 101111 110100

Color Harmonies of #BE49A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE49A8

Black with #BE49A8

Text Example


Text Example

White with #BE49A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE49A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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