#BE69C6

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

Shades of Fuchsia #BE69C6

Tints of Fuchsia #BE69C6

Color information

#BE69C6 (or 0xBE69C6) is unknown color: approx Fuchsia. HEX triplet: BE, 69 and C6. RGB value is (190,105,198). Sum of RGB (Red+Green+Blue) = 190+105+198=493 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.54% from 493); Green value is 105 (41.41% from 255 or 21.30% from 493); Blue value is 198 (77.73% from 255 or 40.16% from 493); Max value from RGB is 198 - color contains mainly: blue. Hex color #BE69C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE69C6 is #419639. Grayscale: #8C8C8C. Windows color (decimal): -4298298 or 13003198. OLE color: 13003198.

HSL color Cylindrical-coordinate representation of color #BE69C6: hue angle of 294.84º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BE69C6 is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB190105198-
CMYK0.040.4700.22
HSL294.84º44.93%59.41%-
HSV(B)294.84º46.97%77.65%-
XYZ36.4825.1356.35-
YUV141.02160.16162.94-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.54%
GREEN value IS 105 (41.41% from 255) = 21.30%
BLUE value IS 198 (77.73% from 255) = 40.16%
R=38.54%
G=21.30%
B=40.16%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1901051980.040.4700.22294.8444.9359.41
HexBE69C642F0161272d3b
Octal2761513064570264475573
Binary10111110110100111000110100101111010110100100111101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE69C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE69C6; }

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

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

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

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

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

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

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

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