#BE6BC7

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

Shades of Fuchsia #BE6BC7

Tints of Fuchsia #BE6BC7

Color information

#BE6BC7 (or 0xBE6BC7) is unknown color: approx Fuchsia. HEX triplet: BE, 6B and C7. RGB value is (190,107,199). Sum of RGB (Red+Green+Blue) = 190+107+199=496 (65% of max value = 765). Red value is 190 (74.61% from 255 or 38.31% from 496); Green value is 107 (42.19% from 255 or 21.57% from 496); Blue value is 199 (78.12% from 255 or 40.12% from 496); Max value from RGB is 199 - color contains mainly: blue. Hex color #BE6BC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BE6BC7 is #419438. Grayscale: #8E8E8E. Windows color (decimal): -4297785 or 13069246. OLE color: 13069246.

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

Color convert

RGB190107199-
CMYK0.050.4600.22
HSL294.13º45.1%60%-
HSV(B)294.13º46.23%78.04%-
XYZ36.825.5957.03-
YUV142.3160162.02-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 38.31%
GREEN value IS 107 (42.19% from 255) = 21.57%
BLUE value IS 199 (78.12% from 255) = 40.12%
R=38.31%
G=21.57%
B=40.12%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1901071990.050.4600.22294.1345.160
HexBE6BC752E0161262d3c
Octal2761533075560264465574
Binary10111110110101111000111101101110010110100100110101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE6BC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE6BC7; }

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

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

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

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

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

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

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

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