#BE65BC

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

Shades of Fuchsia #BE65BC

Tints of Fuchsia #BE65BC

Color information

#BE65BC (or 0xBE65BC) is unknown color: approx Fuchsia. HEX triplet: BE, 65 and BC. RGB value is (190,101,188). Sum of RGB (Red+Green+Blue) = 190+101+188=479 (63% of max value = 765). Red value is 190 (74.61% from 255 or 39.67% from 479); Green value is 101 (39.84% from 255 or 21.09% from 479); Blue value is 188 (73.83% from 255 or 39.25% from 479); Max value from RGB is 190 - color contains mainly: red. Hex color #BE65BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE65BC is #419A43. Grayscale: #898989. Windows color (decimal): -4299332 or 12346814. OLE color: 12346814.

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

Color convert

RGB190101188-
CMYK00.470.010.25
HSL301.35º40.64%57.06%-
HSV(B)301.35º46.84%74.51%-
XYZ34.9723.8950.34-
YUV137.53156.49165.43-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.67%
GREEN value IS 101 (39.84% from 255) = 21.09%
BLUE value IS 188 (73.83% from 255) = 39.25%
R=39.67%
G=21.09%
B=39.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010118800.470.010.25301.3540.6457.06
HexBE65BC02F11912d2939
Octal2761452740571314555171
Binary101111101100101101111000101111111001100101101101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE65BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE65BC; }

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

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

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

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

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

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

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

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