#BE65B6

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

Shades of Fuchsia #BE65B6

Tints of Fuchsia #BE65B6

Color information

#BE65B6 (or 0xBE65B6) is unknown color: approx Fuchsia. HEX triplet: BE, 65 and B6. RGB value is (190,101,182). Sum of RGB (Red+Green+Blue) = 190+101+182=473 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.17% from 473); Green value is 101 (39.84% from 255 or 21.35% from 473); Blue value is 182 (71.48% from 255 or 38.48% from 473); Max value from RGB is 190 - color contains mainly: red. Hex color #BE65B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE65B6 is #419A49. Grayscale: #888888. Windows color (decimal): -4299338 or 11953598. OLE color: 11953598.

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

Color convert

RGB190101182-
CMYK00.470.040.25
HSL305.39º40.64%57.06%-
HSV(B)305.39º46.84%74.51%-
XYZ34.3323.6347.01-
YUV136.84153.49165.91-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.17%
GREEN value IS 101 (39.84% from 255) = 21.35%
BLUE value IS 182 (71.48% from 255) = 38.48%
R=40.17%
G=21.35%
B=38.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.04
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010118200.470.040.25305.3940.6457.06
HexBE65B602F4191312939
Octal2761452660574314615171
Binary10111110110010110110110010111110011001100110001101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE65B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE65B6; }

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

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

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

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

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

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

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

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