#BE68AB

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

Shades of Fuchsia #BE68AB

Tints of Fuchsia #BE68AB

Color information

#BE68AB (or 0xBE68AB) is unknown color: approx Fuchsia. HEX triplet: BE, 68 and AB. RGB value is (190,104,171). Sum of RGB (Red+Green+Blue) = 190+104+171=465 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.86% from 465); Green value is 104 (41.02% from 255 or 22.37% from 465); Blue value is 171 (67.19% from 255 or 36.77% from 465); Max value from RGB is 190 - color contains mainly: red. Hex color #BE68AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE68AB is #419754. Grayscale: #898989. Windows color (decimal): -4298581 or 11233470. OLE color: 11233470.

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

Color convert

RGB190104171-
CMYK00.450.100.25
HSL313.26º39.81%57.65%-
HSV(B)313.26º45.26%74.51%-
XYZ33.5423.7941.35-
YUV137.35146.99165.55-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.86%
GREEN value IS 104 (41.02% from 255) = 22.37%
BLUE value IS 171 (67.19% from 255) = 36.77%
R=40.86%
G=22.37%
B=36.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19010417100.450.100.25313.2639.8157.65
HexBE68AB02DA19139283a
Octal27615025305512314715072
Binary101111101101000101010110101101101011001100111001101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE68AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE68AB; }

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

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

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

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

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

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

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

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