Html Css Color HEX #BE5AAC Fuchsia

📋 copy color: '#BE5AAC'

red 190 ◦ green 90 ◦ blue 172

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

Shades of Fuchsia #BE5AAC

Tints of Fuchsia #BE5AAC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.91%

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

R = 42.04%
G = 19.91%
B = 38.05%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#BE5AAC (or 0xBE5AAC) is known color: Fuchsia. HEX triplet: BE, 5A and AC. RGB value is (190,90,172). Sum of RGB (Red+Green+Blue) = 190+90+172=452 (59% of max value = 765). Red value is 190 (74.61% from 255 or 42.04% from 452); Green value is 90 (35.55% from 255 or 19.91% from 452); Blue value is 172 (67.58% from 255 or 38.05% from 452); Max value from RGB is 190 - color contains mainly: red. Hex color #BE5AAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE5AAC is #41A553. Grayscale: #818181. Windows color (decimal): -4302164 or 11295422. OLE color: 11295422.

HSL color Cylindrical-coordinate representation of color #BE5AAC: hue angle of 310.8º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BE5AAC is Cyan = 0, Magento = 0.53, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 90 172 -
CMYK 0 0.53 0.09 0.25
HSL 310.8º 0.43% 0.55% -
HSV(B) 310.8º 0.53% 0.75% -
XYZ 32.34 21.24 41.42 -
YUV 129.25 152.13 171.33 -
System Red Green Blue C M Y K H S L
Decimal 190 90 172 0 0.53 0.09 0.25 310.8 0.43 0.55
Hex BE 5A AC 0 35 9 19 137 2B 37
Octal 276 132 254 0 65 11 31 467 53 67
Binary 10111110 1011010 10101100 0 110101 1001 11001 100110111 101011 110111

Color Harmonies of #BE5AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE5AAC

Black with #BE5AAC

Text Example


Text Example

White with #BE5AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE5AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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