#BE65B2

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

Shades of Fuchsia #BE65B2

Tints of Fuchsia #BE65B2

Color information

#BE65B2 (or 0xBE65B2) is unknown color: approx Fuchsia. HEX triplet: BE, 65 and B2. RGB value is (190,101,178). Sum of RGB (Red+Green+Blue) = 190+101+178=469 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.51% from 469); Green value is 101 (39.84% from 255 or 21.54% from 469); Blue value is 178 (69.92% from 255 or 37.95% from 469); Max value from RGB is 190 - color contains mainly: red. Hex color #BE65B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE65B2 is #419A4D. Grayscale: #888888. Windows color (decimal): -4299342 or 11691454. OLE color: 11691454.

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

Color convert

RGB190101178-
CMYK00.470.060.25
HSL308.09º40.64%57.06%-
HSV(B)308.09º46.84%74.51%-
XYZ33.9223.4744.86-
YUV136.39151.49166.24-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.51%
GREEN value IS 101 (39.84% from 255) = 21.54%
BLUE value IS 178 (69.92% from 255) = 37.95%
R=40.51%
G=21.54%
B=37.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010117800.470.060.25308.0940.6457.06
HexBE65B202F6191342939
Octal2761452620576314645171
Binary10111110110010110110010010111111011001100110100101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE65B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE65B2; }

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

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

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

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

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

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

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

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