Html Css Color HEX #BE63AA Fuchsia

📋 copy color: '#BE63AA'

red 190 ◦ green 99 ◦ blue 170

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

Shades of Fuchsia #BE63AA

Tints of Fuchsia #BE63AA

RGB

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

 GREEN value IS 99 (39.06% from 255) = 21.57%

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

R = 41.39%
G = 21.57%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#BE63AA (or 0xBE63AA) is known color: Fuchsia. HEX triplet: BE, 63 and AA. RGB value is (190,99,170). Sum of RGB (Red+Green+Blue) = 190+99+170=459 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.39% from 459); Green value is 99 (39.06% from 255 or 21.57% from 459); Blue value is 170 (66.80% from 255 or 37.04% from 459); Max value from RGB is 190 - color contains mainly: red. Hex color #BE63AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE63AA is #419C55. Grayscale: #868686. Windows color (decimal): -4299862 or 11166654. OLE color: 11166654.

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

Color convert

RGB 190 99 170 -
CMYK 0 0.48 0.11 0.25
HSL 313.19º 0.41% 0.57% -
HSV(B) 313.19º 0.48% 0.75% -
XYZ 32.95 22.77 40.69 -
YUV 134.3 148.15 167.73 -
System Red Green Blue C M Y K H S L
Decimal 190 99 170 0 0.48 0.11 0.25 313.19 0.41 0.57
Hex BE 63 AA 0 30 B 19 139 29 39
Octal 276 143 252 0 60 13 31 471 51 71
Binary 10111110 1100011 10101010 0 110000 1011 11001 100111001 101001 111001

Color Harmonies of #BE63AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE63AA

Black with #BE63AA

Text Example


Text Example

White with #BE63AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE63AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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