#BE6FC0

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

Shades of Fuchsia #BE6FC0

Tints of Fuchsia #BE6FC0

Color information

#BE6FC0 (or 0xBE6FC0) is unknown color: approx Fuchsia. HEX triplet: BE, 6F and C0. RGB value is (190,111,192). Sum of RGB (Red+Green+Blue) = 190+111+192=493 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.54% from 493); Green value is 111 (43.75% from 255 or 22.52% from 493); Blue value is 192 (75.39% from 255 or 38.95% from 493); Max value from RGB is 192 - color contains mainly: blue. Hex color #BE6FC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE6FC0 is #41903F. Grayscale: #8F8F8F. Windows color (decimal): -4296768 or 12611518. OLE color: 12611518.

HSL color Cylindrical-coordinate representation of color #BE6FC0: hue angle of 298.52º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BE6FC0 is Cyan = 0.01, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB190111192-
CMYK0.010.4200.25
HSL298.52º39.13%59.41%-
HSV(B)298.52º42.19%75.29%-
XYZ36.4326.1252.99-
YUV143.85155.17160.91-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.54%
GREEN value IS 111 (43.75% from 255) = 22.52%
BLUE value IS 192 (75.39% from 255) = 38.95%
R=38.54%
G=22.52%
B=38.95%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1901111920.010.4200.25298.5239.1359.41
HexBE6FC012A01912b273b
Octal2761573001520314534773
Binary101111101101111110000001101010011001100101011100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6FC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6FC0; }

 p { color: rgb(190,111,192); }

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

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

 a { background-color: rgb(190,111,192); }

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

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

 span { border-color: rgb(190,111,192); }

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