#BE6BC3

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

Shades of Fuchsia #BE6BC3

Tints of Fuchsia #BE6BC3

Color information

#BE6BC3 (or 0xBE6BC3) is unknown color: approx Fuchsia. HEX triplet: BE, 6B and C3. RGB value is (190,107,195). Sum of RGB (Red+Green+Blue) = 190+107+195=492 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.62% from 492); Green value is 107 (42.19% from 255 or 21.75% from 492); Blue value is 195 (76.56% from 255 or 39.63% from 492); Max value from RGB is 195 - color contains mainly: blue. Hex color #BE6BC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE6BC3 is #41943C. Grayscale: #8D8D8D. Windows color (decimal): -4297789 or 12807102. OLE color: 12807102.

HSL color Cylindrical-coordinate representation of color #BE6BC3: hue angle of 296.59º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BE6BC3 is Cyan = 0.03, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB190107195-
CMYK0.030.4500.24
HSL296.59º42.31%59.22%-
HSV(B)296.59º45.13%76.47%-
XYZ36.3425.454.62-
YUV141.85158162.34-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.62%
GREEN value IS 107 (42.19% from 255) = 21.75%
BLUE value IS 195 (76.56% from 255) = 39.63%
R=38.62%
G=21.75%
B=39.63%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1901071950.030.4500.24296.5942.3159.22
HexBE6BC332D0181292a3b
Octal2761533033550304515273
Binary1011111011010111100001111101101011000100101001101010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6BC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6BC3; }

 p { color: rgb(190,107,195); }

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

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

 a { background-color: rgb(190,107,195); }

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

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

 span { border-color: rgb(190,107,195); }

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