#BE65B9

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

Shades of Fuchsia #BE65B9

Tints of Fuchsia #BE65B9

Color information

#BE65B9 (or 0xBE65B9) is unknown color: approx Fuchsia. HEX triplet: BE, 65 and B9. RGB value is (190,101,185). Sum of RGB (Red+Green+Blue) = 190+101+185=476 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.92% from 476); Green value is 101 (39.84% from 255 or 21.22% from 476); Blue value is 185 (72.66% from 255 or 38.87% from 476); Max value from RGB is 190 - color contains mainly: red. Hex color #BE65B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE65B9 is #419A46. Grayscale: #888888. Windows color (decimal): -4299335 or 12150206. OLE color: 12150206.

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

Color convert

RGB190101185-
CMYK00.470.030.25
HSL303.37º40.64%57.06%-
HSV(B)303.37º46.84%74.51%-
XYZ34.6523.7648.66-
YUV137.19154.99165.67-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.92%
GREEN value IS 101 (39.84% from 255) = 21.22%
BLUE value IS 185 (72.66% from 255) = 38.87%
R=39.92%
G=21.22%
B=38.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010118500.470.030.25303.3740.6457.06
HexBE65B902F31912f2939
Octal2761452710573314575171
Binary1011111011001011011100101011111111001100101111101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE65B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE65B9; }

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

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

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

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

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

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

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

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