Html Css Color HEX #BE4AA6 Fuchsia

📋 copy color: '#BE4AA6'

red 190 ◦ green 74 ◦ blue 166

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

Shades of Fuchsia #BE4AA6

Tints of Fuchsia #BE4AA6

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.21%

 BLUE value IS 166 (65.23% from 255) = 38.6%

R = 44.19%
G = 17.21%
B = 38.6%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.13

 K value IS 0.25

RGB Variations

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

Color information

#BE4AA6 (or 0xBE4AA6) is known color: Fuchsia. HEX triplet: BE, 4A and A6. RGB value is (190,74,166). Sum of RGB (Red+Green+Blue) = 190+74+166=430 (56% of max value = 765). Red value is 190 (74.61% from 255 or 44.19% from 430); Green value is 74 (29.30% from 255 or 17.21% from 430); Blue value is 166 (65.23% from 255 or 38.60% from 430); Max value from RGB is 190 - color contains mainly: red. Hex color #BE4AA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BE4AA6 is #41B559. Grayscale: #767676. Windows color (decimal): -4306266 or 10898110. OLE color: 10898110.

HSL color Cylindrical-coordinate representation of color #BE4AA6: hue angle of 312.41º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BE4AA6 is Cyan = 0, Magento = 0.61, Yellow = 0.13 and Black (K on CMYK) = 0.25.

Color convert

RGB 190 74 166 -
CMYK 0 0.61 0.13 0.25
HSL 312.41º 0.47% 0.52% -
HSV(B) 312.41º 0.61% 0.75% -
XYZ 30.57 18.6 38.06 -
YUV 119.17 154.43 178.52 -
System Red Green Blue C M Y K H S L
Decimal 190 74 166 0 0.61 0.13 0.25 312.41 0.47 0.52
Hex BE 4A A6 0 3D D 19 138 2F 34
Octal 276 112 246 0 75 15 31 470 57 64
Binary 10111110 1001010 10100110 0 111101 1101 11001 100111000 101111 110100

Color Harmonies of #BE4AA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE4AA6

Black with #BE4AA6

Text Example


Text Example

White with #BE4AA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE4AA6; }

 p { color: rgb(190,74,166); }

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

background-color css

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

 a { background-color: rgb(190,74,166); }

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

border-color css

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

 span { border-color: rgb(190,74,166); }

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