#BE68B3

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

Shades of Fuchsia #BE68B3

Tints of Fuchsia #BE68B3

Color information

#BE68B3 (or 0xBE68B3) is unknown color: approx Fuchsia. HEX triplet: BE, 68 and B3. RGB value is (190,104,179). Sum of RGB (Red+Green+Blue) = 190+104+179=473 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.17% from 473); Green value is 104 (41.02% from 255 or 21.99% from 473); Blue value is 179 (70.31% from 255 or 37.84% from 473); Max value from RGB is 190 - color contains mainly: red. Hex color #BE68B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE68B3 is #41974C. Grayscale: #8A8A8A. Windows color (decimal): -4298573 or 11757758. OLE color: 11757758.

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

Color convert

RGB190104179-
CMYK00.450.060.25
HSL307.67º39.81%57.65%-
HSV(B)307.67º45.26%74.51%-
XYZ34.3224.145.49-
YUV138.26150.99164.9-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.17%
GREEN value IS 104 (41.02% from 255) = 21.99%
BLUE value IS 179 (70.31% from 255) = 37.84%
R=40.17%
G=21.99%
B=37.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010417900.450.060.25307.6739.8157.65
HexBE68B302D619134283a
Octal2761502630556314645072
Binary10111110110100010110011010110111011001100110100101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE68B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE68B3; }

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

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

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

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

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

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

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

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