#BE69B2

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

Shades of Fuchsia #BE69B2

Tints of Fuchsia #BE69B2

Color information

#BE69B2 (or 0xBE69B2) is unknown color: approx Fuchsia. HEX triplet: BE, 69 and B2. RGB value is (190,105,178). Sum of RGB (Red+Green+Blue) = 190+105+178=473 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.17% from 473); Green value is 105 (41.41% from 255 or 22.20% from 473); Blue value is 178 (69.92% from 255 or 37.63% from 473); Max value from RGB is 190 - color contains mainly: red. Hex color #BE69B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BE69B2 is #41964D. Grayscale: #8A8A8A. Windows color (decimal): -4298318 or 11692478. OLE color: 11692478.

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

Color convert

RGB190105178-
CMYK00.450.060.25
HSL308.47º39.53%57.84%-
HSV(B)308.47º44.74%74.51%-
XYZ34.3224.2644.99-
YUV138.74150.16164.56-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.17%
GREEN value IS 105 (41.41% from 255) = 22.20%
BLUE value IS 178 (69.92% from 255) = 37.63%
R=40.17%
G=22.20%
B=37.63%

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
Decimal19010517800.450.060.25308.4739.5357.84
HexBE69B202D619134283a
Octal2761512620556314645072
Binary10111110110100110110010010110111011001100110100101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE69B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE69B2; }

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

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

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

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

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

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

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

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