Html Css Color HEX #BE5EA9 Fuchsia

📋 copy color: '#BE5EA9'

red 190 ◦ green 94 ◦ blue 169

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

Shades of Fuchsia #BE5EA9

Tints of Fuchsia #BE5EA9

RGB

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

 GREEN value IS 94 (37.11% from 255) = 20.75%

 BLUE value IS 169 (66.41% from 255) = 37.31%

R = 41.94%
G = 20.75%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#BE5EA9 (or 0xBE5EA9) is known color: Fuchsia. HEX triplet: BE, 5E and A9. RGB value is (190,94,169). Sum of RGB (Red+Green+Blue) = 190+94+169=453 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.94% from 453); Green value is 94 (37.11% from 255 or 20.75% from 453); Blue value is 169 (66.41% from 255 or 37.31% from 453); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5EA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE5EA9 is #41A156. Grayscale: #838383. Windows color (decimal): -4301143 or 11099838. OLE color: 11099838.

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

Color convert

RGB 190 94 169 -
CMYK 0 0.51 0.11 0.25
HSL 313.13º 0.42% 0.56% -
HSV(B) 313.13º 0.51% 0.75% -
XYZ 32.4 21.82 40.04 -
YUV 131.25 149.3 169.9 -
System Red Green Blue C M Y K H S L
Decimal 190 94 169 0 0.51 0.11 0.25 313.13 0.42 0.56
Hex BE 5E A9 0 33 B 19 139 2A 38
Octal 276 136 251 0 63 13 31 471 52 70
Binary 10111110 1011110 10101001 0 110011 1011 11001 100111001 101010 111000

Color Harmonies of #BE5EA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5EA9

Black with #BE5EA9

Text Example


Text Example

White with #BE5EA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5EA9; }

 p { color: rgb(190,94,169); }

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

background-color css

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

 a { background-color: rgb(190,94,169); }

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

border-color css

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

 span { border-color: rgb(190,94,169); }

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