#BE63A8

Color #BE63A8 Fuchsia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuchsia #BE63A8

Tints of Fuchsia #BE63A8

Color information

#BE63A8 (or 0xBE63A8) is unknown color: approx Fuchsia. HEX triplet: BE, 63 and A8. RGB value is (190,99,168). Sum of RGB (Red+Green+Blue) = 190+99+168=457 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.58% from 457); Green value is 99 (39.06% from 255 or 21.66% from 457); Blue value is 168 (66.02% from 255 or 36.76% from 457); Max value from RGB is 190 - color contains mainly: red. Hex color #BE63A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE63A8 is #419C57. Grayscale: #858585. Windows color (decimal): -4299864 or 11035582. OLE color: 11035582.

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

Color convert

RGB19099168-
CMYK00.480.120.25
HSL314.51º41.18%56.67%-
HSV(B)314.51º47.89%74.51%-
XYZ32.7622.739.7-
YUV134.07147.15167.89-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.58%
GREEN value IS 99 (39.06% from 255) = 21.66%
BLUE value IS 168 (66.02% from 255) = 36.76%
R=41.58%
G=21.66%
B=36.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1909916800.480.120.25314.5141.1856.67
HexBE63A8030C1913b2939
Octal27614325006014314735171
Binary101111101100011101010000110000110011001100111011101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE63A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE63A8; }

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

 H1.HeaderClassName
 {
   color: #BE63A8;
 }
 .AnyTagClassName
 {
   color: #BE63A8;
 }
</style>
background-color css

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

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

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

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

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

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