#BE68BE

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

Shades of Fuchsia #BE68BE

Tints of Fuchsia #BE68BE

Color information

#BE68BE (or 0xBE68BE) is unknown color: approx Fuchsia. HEX triplet: BE, 68 and BE. RGB value is (190,104,190). Sum of RGB (Red+Green+Blue) = 190+104+190=484 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.26% from 484); Green value is 104 (41.02% from 255 or 21.49% from 484); Blue value is 190 (74.61% from 255 or 39.26% from 484); Max value from RGB is 190 - color contains mainly: red, blue. Hex color #BE68BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE68BE is #419741. Grayscale: #8B8B8B. Windows color (decimal): -4298562 or 12478654. OLE color: 12478654.

HSL color Cylindrical-coordinate representation of color #BE68BE: hue angle of 300º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BE68BE is Cyan = 0, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB190104190-
CMYK00.4500.25
HSL300º39.81%57.65%-
HSV(B)300º45.26%74.51%-
XYZ35.4824.5751.59-
YUV139.52156.49164.01-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 39.26%
GREEN value IS 104 (41.02% from 255) = 21.49%
BLUE value IS 190 (74.61% from 255) = 39.26%
R=39.26%
G=21.49%
B=39.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010419000.4500.2530039.8157.65
HexBE68BE02D01912c283a
Octal2761502760550314545072
Binary101111101101000101111100101101011001100101100101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE68BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE68BE; }

 p { color: rgb(190,104,190); }

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

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

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

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

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

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

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