Html Css Color HEX #BE5EAA Fuchsia

📋 copy color: '#BE5EAA'

red 190 ◦ green 94 ◦ blue 170

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

Shades of Fuchsia #BE5EAA

Tints of Fuchsia #BE5EAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 37.44%

R = 41.85%
G = 20.7%
B = 37.44%

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

#BE5EAA (or 0xBE5EAA) is known color: Fuchsia. HEX triplet: BE, 5E and AA. RGB value is (190,94,170). Sum of RGB (Red+Green+Blue) = 190+94+170=454 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.85% from 454); Green value is 94 (37.11% from 255 or 20.70% from 454); Blue value is 170 (66.80% from 255 or 37.44% from 454); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5EAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE5EAA is #41A155. Grayscale: #838383. Windows color (decimal): -4301142 or 11165374. OLE color: 11165374.

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

Color convert

RGB 190 94 170 -
CMYK 0 0.51 0.11 0.25
HSL 312.5º 0.42% 0.56% -
HSV(B) 312.5º 0.51% 0.75% -
XYZ 32.49 21.85 40.54 -
YUV 131.37 149.8 169.82 -
System Red Green Blue C M Y K H S L
Decimal 190 94 170 0 0.51 0.11 0.25 312.5 0.42 0.56
Hex BE 5E AA 0 33 B 19 138 2A 38
Octal 276 136 252 0 63 13 31 470 52 70
Binary 10111110 1011110 10101010 0 110011 1011 11001 100111000 101010 111000

Color Harmonies of #BE5EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5EAA

Black with #BE5EAA

Text Example


Text Example

White with #BE5EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5EAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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