Html Css Color HEX #BE5EAC Fuchsia

📋 copy color: '#BE5EAC'

red 190 ◦ green 94 ◦ blue 172

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

Shades of Fuchsia #BE5EAC

Tints of Fuchsia #BE5EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 37.72%

R = 41.67%
G = 20.61%
B = 37.72%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#BE5EAC (or 0xBE5EAC) is known color: Fuchsia. HEX triplet: BE, 5E and AC. RGB value is (190,94,172). Sum of RGB (Red+Green+Blue) = 190+94+172=456 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.67% from 456); Green value is 94 (37.11% from 255 or 20.61% from 456); Blue value is 172 (67.58% from 255 or 37.72% from 456); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5EAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE5EAC is #41A153. Grayscale: #838383. Windows color (decimal): -4301140 or 11296446. OLE color: 11296446.

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

Color convert

RGB 190 94 172 -
CMYK 0 0.51 0.09 0.25
HSL 311.25º 0.42% 0.56% -
HSV(B) 311.25º 0.51% 0.75% -
XYZ 32.68 21.93 41.54 -
YUV 131.6 150.8 169.66 -
System Red Green Blue C M Y K H S L
Decimal 190 94 172 0 0.51 0.09 0.25 311.25 0.42 0.56
Hex BE 5E AC 0 33 9 19 137 2A 38
Octal 276 136 254 0 63 11 31 467 52 70
Binary 10111110 1011110 10101100 0 110011 1001 11001 100110111 101010 111000

Color Harmonies of #BE5EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5EAC

Black with #BE5EAC

Text Example


Text Example

White with #BE5EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5EAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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