#BE65AF

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

Shades of Fuchsia #BE65AF

Tints of Fuchsia #BE65AF

Color information

#BE65AF (or 0xBE65AF) is unknown color: approx Fuchsia. HEX triplet: BE, 65 and AF. RGB value is (190,101,175). Sum of RGB (Red+Green+Blue) = 190+101+175=466 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.77% from 466); Green value is 101 (39.84% from 255 or 21.67% from 466); Blue value is 175 (68.75% from 255 or 37.55% from 466); Max value from RGB is 190 - color contains mainly: red. Hex color #BE65AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE65AF is #419A50. Grayscale: #878787. Windows color (decimal): -4299345 or 11494846. OLE color: 11494846.

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

Color convert

RGB190101175-
CMYK00.470.080.25
HSL310.11º40.64%57.06%-
HSV(B)310.11º46.84%74.51%-
XYZ33.6323.3543.29-
YUV136.05149.99166.48-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.77%
GREEN value IS 101 (39.84% from 255) = 21.67%
BLUE value IS 175 (68.75% from 255) = 37.55%
R=40.77%
G=21.67%
B=37.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.08
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010117500.470.080.25310.1140.6457.06
HexBE65AF02F8191362939
Octal27614525705710314665171
Binary101111101100101101011110101111100011001100110110101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE65AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE65AF; }

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

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

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

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

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

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

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

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