#BE65A8

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

Shades of Fuchsia #BE65A8

Tints of Fuchsia #BE65A8

Color information

#BE65A8 (or 0xBE65A8) is unknown color: approx Fuchsia. HEX triplet: BE, 65 and A8. RGB value is (190,101,168). Sum of RGB (Red+Green+Blue) = 190+101+168=459 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.39% from 459); Green value is 101 (39.84% from 255 or 22.00% from 459); Blue value is 168 (66.02% from 255 or 36.60% from 459); Max value from RGB is 190 - color contains mainly: red. Hex color #BE65A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE65A8 is #419A57. Grayscale: #878787. Windows color (decimal): -4299352 or 11036094. OLE color: 11036094.

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

Color convert

RGB190101168-
CMYK00.470.120.25
HSL314.83º40.64%57.06%-
HSV(B)314.83º46.84%74.51%-
XYZ32.9623.0839.76-
YUV135.25146.49167.05-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.39%
GREEN value IS 101 (39.84% from 255) = 22.00%
BLUE value IS 168 (66.02% from 255) = 36.60%
R=41.39%
G=22.00%
B=36.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010116800.470.120.25314.8340.6457.06
HexBE65A802FC1913b2939
Octal27614525005714314735171
Binary101111101100101101010000101111110011001100111011101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE65A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE65A8; }

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

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

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

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

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

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

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

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