#BE69AB

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

Shades of Fuchsia #BE69AB

Tints of Fuchsia #BE69AB

Color information

#BE69AB (or 0xBE69AB) is unknown color: approx Fuchsia. HEX triplet: BE, 69 and AB. RGB value is (190,105,171). Sum of RGB (Red+Green+Blue) = 190+105+171=466 (61% of max value = 765). Red value is 190 (74.61% from 255 or 40.77% from 466); Green value is 105 (41.41% from 255 or 22.53% from 466); Blue value is 171 (67.19% from 255 or 36.70% from 466); Max value from RGB is 190 - color contains mainly: red. Hex color #BE69AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE69AB is #419654. Grayscale: #898989. Windows color (decimal): -4298325 or 11233726. OLE color: 11233726.

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

Color convert

RGB190105171-
CMYK00.450.100.25
HSL313.41º39.53%57.84%-
HSV(B)313.41º44.74%74.51%-
XYZ33.6423.9941.39-
YUV137.94146.66165.13-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.77%
GREEN value IS 105 (41.41% from 255) = 22.53%
BLUE value IS 171 (67.19% from 255) = 36.70%
R=40.77%
G=22.53%
B=36.70%

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
Decimal19010517100.450.100.25313.4139.5357.84
HexBE69AB02DA19139283a
Octal27615125305512314715072
Binary101111101101001101010110101101101011001100111001101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE69AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE69AB; }

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

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

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

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

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

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

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

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